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!)
A114367 Smallest prime in kx^3+x+3 is prime. 0
5, 5, 7, 37, 53, 11, 13, 647, 101, 17, 19, 1031, 149, 23, 173, 181, 197, 29, 31, 229, 30013, 31013, 37, 277, 293, 41, 43, 40013, 42013, 47, 2887, 373, 389, 53, 3271, 421, 3463, 59, 61, 3719, 3847, 3911, 67, 32779, 4231, 71, 73, 35851, 4679, 79, 613, 4999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Primes exist in this sequence for all k.
LINKS
PROG
(PARI) g2(n, p) = for(k=1, n, for(x=1, n, y=k*x^3+x+p; if(isprime(y), print1(y", "); break)))
CROSSREFS
Sequence in context: A077977 A019204 A301733 * A093311 A364909 A328344
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:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)