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

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

%S 1,5,25,125,625,925,3125,5675,15625,15845,70625,78125,390625,1223375,

%T 1953125,4328125,5328475,9765625

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

%t Select[ Range[ 10^7 ], Mod[ 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)