|
Search: id:A114365
|
|
|
| A114365 |
|
Smallest prime in kx^3+x+1 is prime. |
|
+0 1
|
|
| 3, 19, 5, 7, 389, 59, 67, 11, 83, 13, 773, 107, 7177, 17, 131, 19, 2381, 163, 23, 179, 23011, 98321, 5407, 211, 29, 227, 31, 30011, 251, 2053, 57037, 7351, 37, 2309, 63949, 307, 41, 8647, 43, 2693, 347, 9511, 47, 23561, 379, 1327, 25609, 53, 419, 564367
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
There are no primes in the sequence for k = 4,18,48,...,n(n+1)^2. This is because n(n+1)^2x^3 + x + 1 = ((n+1)x+1)((n^2 + n)x^2 - nx + 1).
|
|
PROGRAM
|
(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: A101293 A078096 A139429 this_sequence A084559 A145688 A043073
Adjacent sequences: A114362 A114363 A114364 this_sequence A114366 A114367 A114368
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Feb 09 2006
|
|
|
Search completed in 0.002 seconds
|