|
Search: id:A057242
|
|
|
| A057242 |
|
Numbers n such that n | 9^n + 8^n + 7^n + 6^n. |
|
+0 1
|
|
| 1, 2, 3, 5, 9, 10, 15, 25, 27, 45, 46, 50, 75, 81, 99, 125, 135, 225, 243, 250, 375, 405, 485, 625, 675, 729, 1125, 1215, 1250, 1875, 2025, 2187, 2650, 3125, 3375, 3645, 4401, 4975, 5050, 5625, 6075, 6250, 6561, 8019, 9375, 10125, 10341, 10935, 11325
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
MATHEMATICA
|
Select[ Range[ 1, 10^5 ], Mod[ PowerMod[ 9, #, # ] + PowerMod[ 8, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 6, #, # ], # ] == 0 & ]
|
|
CROSSREFS
|
Sequence in context: A072192 A050158 A057254 this_sequence A090845 A058108 A056144
Adjacent sequences: A057239 A057240 A057241 this_sequence A057243 A057244 A057245
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 20 2000
|
|
|
Search completed in 0.002 seconds
|