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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[ Mod[11^n, n^11], {n, 1, 20} ]
PROG
(PARI) { for (n=1, 500, write("b066444.txt", n, " ", 11^n % n^11) ) } \\ Harry J. Smith, Feb 14 2010
CROSSREFS
Sequence in context: A357169 A254970 A036308 * A206466 A137434 A175111
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)