login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A014392
Final 2 digits of 8^n.
2
1, 8, 64, 12, 96, 68, 44, 52, 16, 28, 24, 92, 36, 88, 4, 32, 56, 48, 84, 72, 76, 8, 64, 12, 96, 68, 44, 52, 16, 28, 24, 92, 36, 88, 4, 32, 56, 48, 84, 72, 76, 8, 64, 12, 96, 68, 44, 52, 16, 28, 24, 92, 36, 88, 4, 32, 56
OFFSET
0,2
MATHEMATICA
PowerMod[8, Range[0, 60], 100] (* Vincenzo Librandi, Aug 15 2016 *)
PROG
(Magma) [Modexp(8, n, 100): n in [0..110]]; // Vincenzo Librandi, Aug 15 2016
CROSSREFS
Sequence in context: A358324 A137664 A317028 * A008462 A043078 A037413
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved