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

A066432
a(n) = 10^n mod n^10.
1
0, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 0, 22187726197, 9322172416, 74188586872, 207144033280, 88222656250, 1041257005056, 654556028253, 1391503283200, 4084075030363, 0, 2770357806334, 15498434643968, 29882775483895, 5484153143296
OFFSET
1,2
LINKS
MATHEMATICA
Table[ Mod[ 10^n, n^10], {n, 1, 25} ]
PROG
(PARI) a(n) = { lift(Mod(10, n^10)^n) } \\ Harry J. Smith, Feb 13 2010
CROSSREFS
Cf. A066606.
Sequence in context: A284515 A068086 A115691 * A173485 A173484 A136387
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 27 2001
STATUS
approved