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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126908 Numbers n such that 1 + n^2 + n^4 + n^6 + n^7 is prime. 11
1, 4, 13, 15, 24, 30, 37, 40, 55, 93, 138, 139, 148, 153, 154, 159, 160, 165, 184, 195, 204, 223, 258, 303, 355, 360, 373, 459, 472, 475, 510, 519, 534, 577, 594, 607, 615, 627, 658, 672, 688, 723, 735, 739, 795, 805, 807, 817, 819, 820, 847, 874, 879, 904 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

a = {}; Do[If[PrimeQ[1 + n^2 + n^4 + n^6 + n^7], AppendTo[a, n]], {n, 1, 1400}]; a

CROSSREFS

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

Sequence in context: A066774 A075339 A089733 * A106681 A144947 A022416

Adjacent sequences:  A126905 A126906 A126907 * A126909 A126910 A126911

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 17 23:49 EST 2012. Contains 206085 sequences.