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!)
A057240 Numbers n such that n | 11^n + 10^n + 9^n + 8^n. 0

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

%S 1,2,6,19,78,122,209,247,361,979,1014,1577,5819,6859,8346,13182,71599,

%T 75449,89167,115159,127699,130321,140429,142194,171366,207727,212563,

%U 225929,267007,274242,353419,686478,854778,920959

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

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

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Sep 20 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.)