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

%I #8 Jun 15 2018 21:28:35

%S 0,100,1000,10000,100000,1000000,10000000,100000000,1000000000,0,

%T 22187726197,9322172416,74188586872,207144033280,88222656250,

%U 1041257005056,654556028253,1391503283200,4084075030363,0

%N a(n) = 10^n mod n^10.

%H Harry J. Smith, <a href="/A066432/b066432.txt">Table of n, a(n) for n = 1..500</a>

%t Table[ Mod[ 10^n, n^10], {n, 1, 25} ]

%o (PARI) { for (n=1, 500, write("b066432.txt", n, " ", 10^n % n^10) ) } \\ _Harry J. Smith_, Feb 13 2010

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Dec 27 2001

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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)