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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124178 Numbers n such that 1 + n + n^3 + n^5 + n^7 + n^9 + n^11 + n^13 + n^15 + n^17 + n^19 is prime. 14
1, 3, 6, 33, 36, 61, 70, 99, 168, 229, 267, 268, 321, 325, 337, 366, 387, 448, 456, 457, 498, 513, 532, 546, 591, 621, 624, 637, 835, 858, 910, 927, 961, 981, 1045, 1125, 1213, 1237, 1242, 1257, 1341, 1357, 1437, 1458, 1461, 1462, 1482, 1491, 1572, 1579, 1581 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Do[If[PrimeQ[1+n+n^3+n^5+n^7+n^9+n^11+n^13+n^15+n^17+n^19], Print[n]], {n, 1, 1000}]

PROG

(MAGMA) [n: n in [0..2000] | IsPrime(1+n+n^3+n^5+n^7+n^9+n^11

+n^13+n^15+n^17+n^19)][From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 12 2010]

CROSSREFS

Cf. A049407.

Sequence in context: A186940 A101751 A133665 * A192166 A101142 A186750

Adjacent sequences:  A124175 A124176 A124177 * A124179 A124180 A124181

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 15 15:18 EST 2012. Contains 205823 sequences.