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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057231 Numbers n such that n | 9^n + 8^n + 7^n. 0
1, 2, 3, 9, 27, 33, 81, 194, 243, 729, 1647, 2187, 2673, 6561, 15957, 19683, 59049, 133407, 177147, 216513, 314523, 531441, 699597 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

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

CROSSREFS

Sequence in context: A038523 A096237 A177928 * A178028 A045596 A057299

Adjacent sequences:  A057228 A057229 A057230 * A057232 A057233 A057234

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 16 16:00 EST 2012. Contains 205938 sequences.