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

A066444
a(n) = 11^n mod n^11.
1
0, 121, 1331, 14641, 161051, 1771561, 19487171, 214358881, 2357947691, 25937424601, 0, 166394893969, 471664657228, 3140272804489, 8065845196901, 16532101601985, 5101754322287, 57157537871161, 73663224996225, 17332560009201, 240252754633991, 96720656337129, 29113945750083
OFFSET
1,2
LINKS
MATHEMATICA
Table[ Mod[11^n, n^11], {n, 1, 20} ]
PROG
(PARI) a(n) = { lift(Mod(11, n^11)^n) } \\ Harry J. Smith, Feb 14 2010
CROSSREFS
Cf. A066606.
Sequence in context: A357169 A254970 A036308 * A206466 A137434 A175111
KEYWORD
nonn,changed
AUTHOR
Robert G. Wilson v, Dec 27 2001
STATUS
approved