|
| |
|
|
A084751
|
|
Primes of the form k! - p, where p is the smallest prime > k.
|
|
1
| |
|
|
19, 113, 3628789, 39916787, 479001587, 87178291183, 8841761993739701954543615999969, 4274883284060025564298013753389399649690343788366813724671999999999941
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
MATHEMATICA
| For[n = 1, n < 60, n++, If[PrimeQ[n! - Prime[PrimePi[n] + 1]], Print[n! - Prime[PrimePi[n] + 1]]]] (Steinerberger)
|
|
|
CROSSREFS
| Cf. A084750.
Sequence in context: A033655 A164604 A142370 * A041694 A027460 A044351
Adjacent sequences: A084748 A084749 A084750 * A084752 A084753 A084754
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Amarnath Murthy and Meenakshi Srikanth (amarnath_murthy(AT)yahoo.com), Jun 16 2003
|
|
|
EXTENSIONS
| More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 06 2006
|
| |
|
|