login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114355 Primes of the form 11x^3+x+1. 1
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; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[11x^3+x+1, {x, 150}], PrimeQ] (* Harvey P. Dale, Feb 09 2013 *)
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 * A297748 A086157 A033509
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)