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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057238 Numbers n such that n | 4^n + 3^n + 2^n. 0
1, 3, 9, 27, 33, 81, 143, 243, 729, 2187, 2673, 4779, 6561, 8613, 9713, 19683, 30393, 55647, 59049, 79257, 94113, 162081, 177147, 216513, 225837, 281961, 531441, 1033803, 1594323, 2318147, 3053781, 4337031, 4782969, 6042681 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Select[ Range[ 1, 10^7, 2 ], Mod[ PowerMod[ 4, #, # ] + PowerMod[ 3, #, # ] + PowerMod[ 2, #, # ], # ] == 0 & ]

CROSSREFS

Sequence in context: A095309 A191126 A161141 * A070364 A070363 A070362

Adjacent sequences:  A057235 A057236 A057237 * A057239 A057240 A057241

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 17 19:13 EST 2012. Contains 206085 sequences.