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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114350 Primes of the form 2x^3 + x + 1. 0
19, 439, 1033, 2011, 3469, 5503, 8209, 21319, 27673, 43933, 78643, 170413, 221233, 250051, 314983, 351289, 476719, 524353, 1185493, 1557469, 2963203, 4000879, 4194433, 5256283, 5488141, 8503219, 9826171, 10536223, 10903729, 11664181 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..30.

David Broadhurst, An algebraic approach to primality proving.

MATHEMATICA

Select[Table[2x^3+x+1, {x, 200}], PrimeQ] (* From Harvey P. Dale, Jan 07 2011 *)

PROG

(PARI) g(n, k) = for(x=1, n, y=k*x^3+x+1; if(isprime(y), print1(y", ")))

CROSSREFS

Sequence in context: A089573 A121938 A108145 * A194730 A012506 A201798

Adjacent sequences:  A114347 A114348 A114349 * A114351 A114352 A114353

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 09 2006

STATUS

approved

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 May 22 12:03 EDT 2013. Contains 225529 sequences.