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!)
A114369 Smallest prime in kx^3+x+5 is prime. 0
7, 7, 23, 31, 11, 1307, 13, 71, 79, 393079, 17, 103, 19, 81671, 127, 1033, 23, 151, 521, 167, 4547, 128327, 29, 199, 31, 71363, 223, 1801, 239, 6491, 37, 263, 271, 362059, 41, 43, 311, 1061, 163861, 47, 21517, 250799, 359, 367, 2953, 53, 131731, 107671, 3209 (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: A284185 A059772 A363102 * A286858 A289370 A286826
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 May 9 13:27 EDT 2024. Contains 372350 sequences. (Running on oeis4.)