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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124163 Numbers n such that 1 + n + n^3 + n^5 + n^7 + n^9 is prime. 3
2, 12, 14, 18, 48, 62, 80, 86, 116, 120, 138, 212, 230, 264, 272, 362, 368, 386, 392, 422, 440, 450, 456, 468, 480, 492, 510, 518, 528, 534, 548, 558, 620, 632, 678, 710, 744, 770, 780, 834, 884, 900, 918, 960, 1022, 1032, 1074, 1080, 1146, 1170, 1178, 1212, 1232, 1242, 1260, 1308, 1382, 1440, 1470, 1482, 1524 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Do[If[PrimeQ[1 + n + n^3 + n^5 + n^7 + n^9], Print[n]], {n, 1, 300}]

PROG

(MAGMA) [n: n in [0..1500]| IsPrime(1 + n + n^3 + n^5 + n^7+ n^9 )][From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Cf. A049407.

Sequence in context: A078755 A186647 A086285 * A108976 A073598 A022368

Adjacent sequences:  A124160 A124161 A124162 * A124164 A124165 A124166

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 13 2006

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.