|
Search: id:A108270
|
|
|
| A108270 |
|
Numbers n such that n*n! + (smallest prime >= n) is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Note that Maple, Pari etc. have different notions of what "next prime" means!
|
|
FORMULA
|
A096986 INTERSECT A018252. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 13 2007
|
|
PROGRAM
|
(PARI) for(x=1, 1000, if(isprime(x*x!+nextprime(x)), print1(x, ", ")))
|
|
CROSSREFS
|
Cf. A096986.
Adjacent sequences: A108267 A108268 A108269 this_sequence A108271 A108272 A108273
Sequence in context: A059889 A058011 A089330 this_sequence A019161 A137026 A028987
|
|
KEYWORD
|
nonn,more
|
|
AUTHOR
|
Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Jul 24 2006
|
|
|
Search completed in 0.002 seconds
|