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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114357 Primes of the form 15x^3+x+1. 0
17, 409, 5153, 25933, 32969, 138937, 329309, 539089, 759833, 1366921, 1460087, 2926739, 5145071, 5598793, 5835329, 6584717, 9877633, 10222169, 15918223, 17364481, 17865347, 20514577, 27913129, 47647993, 56946397, 71124649 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

David Broadhurst, An algebraic approach to primality proving.

PROG

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

CROSSREFS

Sequence in context: A097201 A053106 A158541 * A142997 A134940 A196676

Adjacent sequences:  A114354 A114355 A114356 * A114358 A114359 A114360

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Feb 09 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 11:46 EST 2012. Contains 206011 sequences.