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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057193 Numbers n such that n | 12^n + 11^n. 0
1, 23, 529, 1081, 3197, 12167, 19067, 24863, 50807, 73531, 150259, 279841, 438541, 444383, 571849, 896149, 1168561, 1691213, 2387929, 2650313, 3455957, 6436343, 7062173, 10086443, 10220809, 13152527, 15806543, 20611427, 20886001 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Do[ If[ Mod[ PowerMod[ 12, n, n ] + PowerMod[ 11, n, n ], n] == 0, Print[n]], {n, 1, 10^8} ]

CROSSREFS

Sequence in context: A118338 A171328 A097778 * A014960 A207230 A207223

Adjacent sequences:  A057190 A057191 A057192 * A057194 A057195 A057196

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 15 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 18 00:14 EST 2012. Contains 206085 sequences.