login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066445 12^n mod n^12. 1
0, 144, 1728, 20736, 248832, 2985984, 35831808, 429981696, 5159780352, 61917364224, 743008370688, 0, 13800864889148, 36652392292352, 96953703492618, 236674172846080, 568249606736865, 15868743229440 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,500

MATHEMATICA

Table[ Mod[12^n, n^12], {n, 1, 20} ]

PROG

(PARI) { for (n=1, 500, write("b066445.txt", n, " ", 12^n % n^12) ) } [From Harry J. Smith, Feb 14 2010]

CROSSREFS

Sequence in context: A223594 A223445 A186934 * A008431 A223687 A121344

Adjacent sequences:  A066442 A066443 A066444 * A066446 A066447 A066448

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 17:47 EDT 2013. Contains 225504 sequences.