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!)
A057243 Numbers k that divide 8^k + 7^k + 6^k + 5^k. 0
1, 2, 6, 13, 58, 169, 2197, 4069, 4303, 28561, 52897, 89078, 122681, 145457, 234526, 371293, 442074, 687661, 1273597, 1558427, 1664221, 2684903, 3080233, 4826809, 6589141, 7104253, 8939593, 10178701, 14273909, 16556761, 28194101, 34903739, 45643351, 47154211, 62748517, 99341411, 116214709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[ 1, 10^5 ], Mod[ PowerMod[ 8, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 6, #, # ] + PowerMod[ 5, #, # ], # ] == 0 & ]
PROG
(PARI) for(n=1, 10^10, if(sum(k=5, 8, Mod(k, n)^n)==0, print1(n, ", "))) \\ Joerg Arndt, Feb 23 2017
CROSSREFS
Sequence in context: A241784 A211995 A245010 * A294130 A012470 A266960
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 20 2000
EXTENSIONS
More terms from Vincenzo Librandi and Joerg Arndt, Feb 23 2017
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)