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!)
A057291 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 + 2^n + 1^n. 0
1, 2, 3, 9, 10, 13, 26, 27, 39, 50, 81, 110, 117, 130, 169, 243, 250, 279, 310, 338, 351, 470, 507, 550, 650, 663, 729, 1053, 1209, 1250, 1430, 1521, 1550, 1690, 2187, 2197, 2750, 3159, 3250, 3410, 4030, 4043, 4069, 4394, 4509, 4563, 6250, 6561, 6591, 7150 (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, #, # ] + PowerMod[ 2, #, # ] + 1, # ] == 0 & ]
Select[Range[7200], Divisible[Total[Range[12]^#], #]&] (* Harvey P. Dale, Aug 05 2017 *)
CROSSREFS
Sequence in context: A357353 A214433 A257026 * A135107 A191568 A279549
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)