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!)
A057289 Numbers n such that n | 12^n + 11^n + 10^n + 9^n + 8^n + 7^n + 6^n + 5^n + 4^n + 3^n. 0
1, 3, 5, 9, 15, 25, 27, 45, 75, 81, 125, 135, 225, 243, 345, 375, 405, 625, 675, 729, 1025, 1125, 1215, 1863, 1875, 2025, 2187, 2375, 2875, 3125, 3375, 3645, 4395, 5625, 5875, 6075, 6561, 8145, 9225, 9375, 10125, 10935, 14015, 14523, 15525, 15625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[ 10^5 ], Mod[ PowerMod[ 12, #, # ] + PowerMod[ 11, #, # ] + PowerMod[ 10, #, # ] + PowerMod[ 9, #, # ] + PowerMod[ 8, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 6, #, # ] + PowerMod[ 5, #, # ] + PowerMod[ 4, #, # ] + PowerMod[ 3, #, # ], # ] == 0 & ]
Select[Range[16000], Divisible[Total[Range[3, 12]^#], #]&] (* Harvey P. Dale, Dec 06 2013 *)
Select[Range[16000], Mod[Total[PowerMod[Range[3, 12], #, #]], #]==0&] (* Harvey P. Dale, Feb 12 2022 *)
CROSSREFS
Sequence in context: A231114 A056741 A057235 * A056754 A003593 A120027
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 22 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 April 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)