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”).

A066442
a(n) = 12^n mod n.
7
0, 0, 0, 0, 2, 0, 5, 0, 0, 4, 1, 0, 12, 4, 3, 0, 12, 0, 12, 16, 6, 12, 12, 0, 7, 14, 0, 16, 12, 24, 12, 0, 12, 8, 3, 0, 12, 30, 12, 16, 12, 36, 12, 12, 27, 6, 12, 0, 19, 24, 45, 40, 12, 0, 23, 32, 18, 28, 12, 36, 12, 20, 27, 0, 12, 12, 12, 64, 3, 44, 12, 0, 12, 70, 18, 64, 45, 66, 12
OFFSET
1,5
LINKS
MATHEMATICA
Table[PowerMod[12, n, n], {n, 80} ]
PROG
(PARI) a(n) = { lift(Mod(12, n)^n) } \\ Harry J. Smith, Feb 14 2010
CROSSREFS
Sequence in context: A352554 A352563 A145962 * A171388 A086134 A071090
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 27 2001
STATUS
approved