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!)
A066298 a(n) = googol (mod n). 3

%I #14 Feb 07 2018 15:22:38

%S 0,0,1,0,0,4,4,0,1,0,1,4,3,4,10,0,4,10,9,0,4,12,13,16,0,16,10,4,16,10,

%T 5,0,1,4,25,28,10,28,16,0,1,4,31,12,10,36,27,16,11,0,4,16,28,10,45,32,

%U 28,16,16,40,47,36,46,0,55,34,10,4,13,60,20,64,72,10,25,28,67,16,67,0

%N a(n) = googol (mod n).

%C A googol is 10^100.

%H Alois P. Heinz, <a href="/A066298/b066298.txt">Table of n, a(n) for n = 1..10000</a> (first 1000 terms from Harry J. Smith)

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Googol.html">Googol</a>

%p a:= n-> 10&^100 mod n:

%p seq(a(n), n=1..100); # _Alois P. Heinz_, Feb 07 2018

%t Table[PowerMod[10, 100, n], {n, 2, 50}]

%o (PARI) { g=10^100; for (n=1, 1000, write("b066298.txt", n, " ", g%n) ) } \\ _Harry J. Smith_, Feb 09 2010

%o (PARI) a(n) = lift(Mod(10, n)^100); \\ _Michel Marcus_, Feb 07 2018

%Y Cf. A067007.

%K nonn

%O 1,6

%A _Eric W. Weisstein_

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 June 26 15:12 EDT 2024. Contains 373718 sequences. (Running on oeis4.)