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!)
A057832 Numbers n such that n | 11^n + 9^n + 7^n + 5^n + 3^n + 1. 0

%I #4 Mar 30 2012 17:30:27

%S 1,2,3,9,22,26,27,81,213,242,243,286,338,638,729,2187,2662,3146,3718,

%T 4394,6561,7282,10233,14337,17253,19683,29282,30699,34606,36842,39754,

%U 40898,48334,54626,57122,59049,70906,77031,92097,107822,154846,177147

%N Numbers n such that n | 11^n + 9^n + 7^n + 5^n + 3^n + 1.

%t Select[ Range[ 10^6 ], Mod[ PowerMod[ 11, #, # ] + PowerMod[ 9, #, # ] + PowerMod[ 7, #, # ] + PowerMod[ 5, #, # ] + PowerMod[ 3, #, # ] + 1, # ] == 0 & ]

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Nov 08 2000

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 July 12 21:16 EDT 2024. Contains 374257 sequences. (Running on oeis4.)