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!)
A057286 Numbers n such that n | 11^n + 10^n + 9^n + 8^n + 7^n + 6^n + 5^n + 4^n + 3^n. 1
1, 3, 7, 9, 21, 27, 49, 63, 69, 81, 119, 147, 189, 243, 343, 441, 567, 729, 1029, 1269, 1323, 1701, 2187, 2401, 3087, 3357, 3969, 5103, 5271, 5831, 6561, 7203, 9261, 9639, 11907, 15309, 16767, 16807, 19683, 20727, 21609, 24451, 27783, 30429, 35077 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[ 10^5 ], Mod[ PowerMod[ 11, #, # ] + PowerMod[ 10, #, # ] + PowerMod[ 9, #, # ] + PowerMod[ 8, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 6, #, # ] + PowerMod[ 5, #, # ] + PowerMod[ 4, #, # ] + PowerMod[ 3, #, # ], # ] == 0 & ]
Select[Range[36000], Mod[Total[Table[PowerMod[n, #, #], {n, 3, 11}]], #] == 0&] (* This program is essentially equivalent to the above program. *) (* Harvey P. Dale, Jun 09 2021 *)
CROSSREFS
Sequence in context: A014959 A057233 A125227 * A056745 A057263 A057493
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 30 16:48 EDT 2024. Contains 372136 sequences. (Running on oeis4.)