PATTERNS

Exponent (mod k) : 

                                                                   Exponent (mod k) means the remainder when exponent is divided by k.


Cycle in the Last Digit of 2n, n≥1
Power of Two (k ≥ 0)Exponent (mod 4)Last Digit
21+4k12
22+4k24
23+4k38
24+4k06

PATTERNS OF 3

Cycle in the Last Digit of 3n, n≥1
Power of Three (k ≥ 0)Exponent (mod 4)Last Digit
31+4k13
32+4k29
33+4k37
34+4k01

PATTERNS OF 7

Cycle in the Last Digit of 7n, n≥1
Power of seven (k ≥ 0)Exponent (mod 4)Last Digit
71+4k17
72+4k29
73+4k33
74+4k01

PATTERNS OF 8

Cycle in the Last Digit of 8n, n≥1
Power of Eight (k ≥ 0)Exponent (mod 4)Last Digit
81+4k18
82+4k24
83+4k32
84+4k06

PATTERNS OF 4 &9:

power patterns of 4,9 repeats for every two numbers
the number(4 power odd) 41+2k ends with 4
the number (4 power even) 42k   ends with 6
the number( 9 power odd) 91+2k ends with 9
the number (9 power even) 92k    ends with 1

PATTERNS OF 1,5 &9: 

the number(1 power positive integer) 1k  ends with 1

the number(5 power positive integer) 5k  ends with 5

the number(6 power positive integer) 6k  ends with 6

S-BATCH