|
| |
|
|
A108270
|
|
Numbers n such that n*n! + (smallest prime >= n) is prime.
|
|
1
| |
|
|
1, 4, 6, 8, 30, 40, 164, 176, 189, 218, 370, 597, 603, 1473, 2176, 2436, 2548, 2732, 4758, 5574
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| 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
|
|
|
PROG
| (PARI) for(x=1, 1000, if(isprime(x*x!+nextprime(x)), print1(x, ", ")))
|
|
|
CROSSREFS
| Cf. A096986.
Sequence in context: A059889 A058011 A089330 * A019161 A137026 A090938
Adjacent sequences: A108267 A108268 A108269 * A108271 A108272 A108273
|
|
|
KEYWORD
| nonn,more
|
|
|
AUTHOR
| Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Jul 24 2006
|
|
|
EXTENSIONS
| a(11)-a(20) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 13 2008
|
| |
|
|