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!)
A066610 a(n) = remainder when 6^n is divided by n^6. 1
0, 36, 216, 1296, 7776, 0, 44638, 106752, 511758, 466176, 1398612, 0, 4175671, 4282944, 2765826, 4259840, 20220503, 0, 36376760, 40062976, 25606125, 57077760, 109780662, 0, 144545126, 283401024, 0, 454885376, 299969829 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(7) = 44638 as 6^7 = 279936 = (7^6)*2 + 44638.
MATHEMATICA
Table[ Mod[6^n, n^6], {n, 1, 30} ]
Table[PowerMod[6, n, n^6], {n, 30}] (* Harvey P. Dale, Jan 21 2019 *)
PROG
(PARI) { for (n=1, 1000, write("b066610.txt", n, " ", 6^n % n^6) ) } \\ Harry J. Smith, Mar 11 2010
CROSSREFS
Sequence in context: A232670 A365308 A230470 * A176696 A269031 A113164
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Dec 24 2001
EXTENSIONS
More terms from Robert G. Wilson v, Dec 26 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 May 1 10:38 EDT 2024. Contains 372163 sequences. (Running on oeis4.)