login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[ Mod[ 10^n, n^10], {n, 1, 25} ]
PROG
(PARI) { for (n=1, 500, write("b066432.txt", n, " ", 10^n % n^10) ) } \\ Harry J. Smith, Feb 13 2010
CROSSREFS
Sequence in context: A284515 A068086 A115691 * A173485 A173484 A136387
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 27 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 10:01 EDT 2024. Contains 371779 sequences. (Running on oeis4.)