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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126914 Numbers n such that 1 + n^2 + n^4 + n^6 + n^8 + n^10 + n^12 + n^14 + n^16 + n^18 + n^19 is prime. 0
1, 9, 37, 40, 60, 69, 85, 114, 147, 156, 174, 183, 255, 289, 312, 324, 336, 349, 361, 373, 418, 451, 493, 499, 511, 520, 534, 549, 649, 657, 673, 676, 715, 741, 787, 855, 862, 874, 883, 888, 897, 952, 960, 1021, 1087, 1092, 1104, 1126, 1141, 1147, 1171, 1209 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

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

CROSSREFS

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

Sequence in context: A116108 A091961 A103758 * A041150 A042021 A137184

Adjacent sequences:  A126911 A126912 A126913 * A126915 A126916 A126917

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 23:53 EST 2012. Contains 205860 sequences.