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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056643 Numbers n such that n | 4^n + 3^n + 2^n + 1^n. 0
1, 2, 5, 6, 10, 25, 30, 50, 65, 125, 150, 190, 250, 625, 750, 978, 1250, 1558, 1625, 2405, 2425, 2575, 3125, 3750, 3890, 5050, 6250, 13250, 15150, 15625, 18750, 25250, 31250, 40625, 71669, 72010, 75750, 78125, 93750, 95950, 96217, 99250, 115625 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

All numbers of the forms 5^k, 2*5^k & 6*5^k are in the sequence. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Nov 21 2006

MATHEMATICA

Do[ If[ Mod[ PowerMod[ 4, n, n ] + PowerMod[ 3, n, n ] + PowerMod[ 2, n, n ] + 1, n ] == 0, Print[ n ] ], {n, 1, 10^6} ]

CROSSREFS

Cf. A001551.

Sequence in context: A123645 A057252 A057250 * A057256 A073825 A015891

Adjacent sequences:  A056640 A056641 A056642 * A056644 A056645 A056646

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 25 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 06:27 EST 2012. Contains 205998 sequences.