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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066430 8^n mod n^8. 1
0, 64, 512, 4096, 32768, 262144, 2097152, 0, 5077565, 73741824, 15579352, 352387072, 769038655, 195124224, 1009588832, 0, 4384458125, 2836131328, 9009163584, 7006846976, 33653509289, 41376995328, 17808619293, 26138902528 (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[ 8^n, n^8], {n, 1, 30} ]

PROG

(Other) sage: [power_mod(8, n, n^8)for n in xrange(1, 24)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 28 2009]

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

CROSSREFS

Sequence in context: A130812 A187518 A016803 * A115740 A100415 A200841

Adjacent sequences:  A066427 A066428 A066429 * A066431 A066432 A066433

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 16:14 EST 2012. Contains 205635 sequences.