login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A057258
Numbers n such that n | 11^n + 10^n + 9^n + 8^n + 7^n + 6^n.
0
1, 3, 9, 17, 27, 51, 81, 153, 243, 289, 459, 729, 867, 1003, 1377, 1853, 2187, 2601, 4131, 4913, 5253, 6561, 7803, 12393, 13203, 14739, 15759, 19683, 23409, 34263, 37179, 39609, 40749, 44217, 46089, 47277, 51273, 59049, 61863, 70227, 83521
OFFSET
1,2
MATHEMATICA
Select[ Range[ 10^5 ], Mod[ PowerMod[ 11, #, # ] + PowerMod[ 10, #, # ] + PowerMod[ 9, #, # ] + PowerMod[ 8, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 6, #, # ], # ] == 0 & ]
CROSSREFS
Sequence in context: A004621 A014209 A202253 * A018466 A171152 A035107
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 21 2000
STATUS
approved