login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114356
Primes of the form 13x^3+x+1.
0
107, 43891, 104021, 179737, 255907, 317087, 351031, 963187, 1184671, 2407567, 2669987, 2808061, 3570191, 11145971, 13795807, 21907187, 22464121, 25390751, 31985011, 41294947, 58397791, 63869171, 87766687, 96393571, 104000201
OFFSET
1,1
PROG
(PARI) g(n, k) = for(x=1, n, y=k*x^3+x+1; if(isprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A240596 A185677 A262658 * A160488 A158476 A145045
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 09 2006
STATUS
approved