The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A057252 Numbers n such that n | 10^n + 9^n + 8^n + 7^n + 6^n. 0

%I #6 Nov 21 2013 12:47:25

%S 1,2,5,6,10,22,25,30,50,66,102,125,150,242,250,374,589,625,726,750,

%T 925,1250,2094,2222,2550,2662,2705,3125,3450,3625,3737,3750,5246,6250,

%U 7458,7986,11875,12342,15594,15625,18750,19865,28250,28750,29282,29550

%N Numbers n such that n | 10^n + 9^n + 8^n + 7^n + 6^n.

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

%t Select[Range[30000],Divisible[Total[Range[6,10]^#],#]&] (* _Harvey P. Dale_, Aug 31 2011 *)

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Sep 21 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 May 23 09:20 EDT 2024. Contains 372760 sequences. (Running on oeis4.)