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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066429 7^n mod n^7. 1
0, 49, 343, 2401, 16807, 117649, 0, 1570497, 2089855, 2475249, 9122472, 10209313, 5300159, 98001617, 62916193, 84245889, 82474028, 145795249, 530403874, 57612001, 1611673651, 2006506001, 832663280, 2652148801, 4541072682 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

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

MATHEMATICA

Table[ Mod[ 7^n, n^7], {n, 1, 30} ]

PROG

(PARI) { for (n=1, 500, write("b066429.txt", n, " ", 7^n % n^7) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 13 2010]

CROSSREFS

Sequence in context: A036322 A036324 A036323 * A206255 A017606 A206248

Adjacent sequences:  A066426 A066427 A066428 * A066430 A066431 A066432

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 27 2001

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 February 14 23:53 EST 2012. Contains 205689 sequences.