|
Search: id:A057286
|
|
|
| A057286 |
|
Numbers n such that n | 11^n + 10^n + 9^n + 8^n + 7^n + 6^n + 5^n + 4^n + 3^n. |
|
+0 2
|
|
| 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; listen)
|
|
|
OFFSET
|
1,2
|
|
|
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 & ]
|
|
CROSSREFS
|
Sequence in context: A014959 A057233 A125227 this_sequence A056745 A057263 A057493
Adjacent sequences: A057283 A057284 A057285 this_sequence A057287 A057288 A057289
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 22 2000
|
|
|
Search completed in 0.002 seconds
|