login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057833 Numbers n such that n | 13^n + 11^n + 9^n + 7^n + 5^n + 3^n +1. 0
1, 7, 49, 343, 539, 2401, 2429, 4169, 16807, 36197, 81977, 117649, 160867, 314531, 823543, 1226911, 1294139, 4751579, 5764801
(list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[ Range[ 10^7 ], Mod[ PowerMod[ 13, #, # ] + PowerMod[ 11, #, # ] + PowerMod[ 9, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 5, #, # ] + PowerMod[ 3, #, # ] + 1, # ] == 0 & ]
CROSSREFS
Sequence in context: A328086 A216129 A057266 * A014949 A228738 A057845
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Nov 08 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 20:04 EDT 2024. Contains 376014 sequences. (Running on oeis4.)