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!)
A066609 a(n) = remainder when 5^n is divided by n^5. 1
0, 25, 125, 625, 0, 73, 10897, 30177, 4508, 65625, 29672, 36433, 263034, 288873, 575000, 159681, 592030, 1485433, 1639363, 1240625, 250928, 928073, 4040001, 93601, 0, 10915033, 14288075, 16048657, 3176520, 4515625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(6) = 73 as 5^6 = 15625 = (6^5)*2 + 73.
MATHEMATICA
Table[ Mod[5^n, n^5], {n, 1, 30} ]
Table[PowerMod[5, n, n^5], {n, 30}] (* Harvey P. Dale, Jul 05 2023 *)
PROG
(PARI) { for (n=1, 1000, write("b066609.txt", n, " ", 5^n % n^5) ) } \\ Harry J. Smith, Mar 11 2010
CROSSREFS
Sequence in context: A211581 A226231 A211595 * A074006 A073963 A316277
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 September 18 02:51 EDT 2024. Contains 375995 sequences. (Running on oeis4.)