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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126913 Numbers n such that 1 + n^2 + n^4 + n^6 + n^8 + n^10 + n^12 + n^14 + n^16 + n^17 is prime. 0
2, 22, 38, 102, 128, 130, 172, 232, 250, 292, 378, 404, 424, 458, 472, 490, 510, 600, 608, 702, 774, 802, 868, 888, 938, 950, 1010, 1140, 1204, 1220, 1274, 1294, 1328, 1372, 1394, 1398, 1402, 1412, 1418, 1502, 1564, 1580, 1602, 1670, 1692, 1792, 1800 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = {}; Do[If[PrimeQ[1 + n^2 + n^4 + n^6 + n^8 + n^10 + n^12 + n^14 + n^16 + n^17], AppendTo[a, n]], {n, 1, 1400}]; a

CROSSREFS

Cf. A049407, A124175 A124176 A124177, A124178, A124179, A124180, A124181, A126908-A126916.

Sequence in context: A156441 A094625 A130751 * A019593 A060108 A154798

Adjacent sequences:  A126910 A126911 A126912 * A126914 A126915 A126916

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 31 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 12:25 EST 2012. Contains 205786 sequences.