login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057243 Numbers n such that n | 8^n + 7^n + 6^n + 5^n. 0
1, 2, 6, 13, 58, 169, 2197, 4069, 4303, 28561, 52897, 89078, 122681, 145457, 234526, 371293, 442074, 687661 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A124124 A052450 A001373 * A012470 A056592 A091719

Adjacent sequences:  A057240 A057241 A057242 * A057244 A057245 A057246

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 20 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.