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!)
A057250 Numbers n such that n | 12^n + 11^n + 10^n + 9^n + 8^n. 1
1, 2, 5, 6, 10, 25, 30, 34, 50, 55, 125, 150, 250, 275, 605, 625, 750, 850, 950, 1250, 1325, 1375, 2290, 2735, 2915, 3025, 3125, 3750, 5214, 5375, 6250, 6655, 6875, 8070, 8490, 10763, 12925, 15125, 15625, 17725, 17750, 18750, 21250, 22825, 31250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[ 10^6 ], Mod[ PowerMod[ 12, #, # ] + PowerMod[ 11, #, # ] + PowerMod[ 10, #, # ] + PowerMod[ 9, #, # ] + PowerMod[ 8, #, # ], # ] == 0 & ]
Select[Range[32000], Mod[Total[PowerMod[Range[8, 12], #, #]], #]==0&] (* Harvey P. Dale, Aug 05 2021 *)
CROSSREFS
Sequence in context: A227975 A123645 A057252 * A248051 A056643 A057256
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 21 2000
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 July 27 09:47 EDT 2024. Contains 374647 sequences. (Running on oeis4.)