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

 


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
OFFSET
1,1
MATHEMATICA
Select[Table[15x^3+x+1, {x, 200}], PrimeQ] (* Harvey P. Dale, Mar 07 2015 *)
PROG
(PARI) g(n, k) = for(x=1, n, y=k*x^3+x+1; if(isprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A361713 A053106 A158541 * A142997 A330528 A374230
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 13:23 EDT 2024. Contains 376084 sequences. (Running on oeis4.)