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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114355 Primes of the form 11x^3+x+1. 0
13, 709, 1381, 2383, 5641, 14653, 24181, 64171, 652549, 1216561, 1375051, 1830181, 1931833, 3458821, 3773071, 4457539, 5220151, 6519829, 8019091, 9431221, 9732193, 15044053, 17617861, 20972989, 21484501, 22004263, 24167131, 28285021 (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: A195576 A195555 A108223 * A086157 A033509 A060825

Adjacent sequences:  A114352 A114353 A114354 * A114356 A114357 A114358

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 14 10:24 EST 2012. Contains 205614 sequences.