login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A275274
p - n!, where p is the fourth smallest prime > n!.
2
6, 9, 11, 17, 19, 23, 41, 41, 47, 47, 29, 83, 139, 79, 223, 149, 83, 101, 137, 79, 59, 131, 271, 283, 131, 263, 137, 197, 373, 313, 379, 137, 307, 151, 257, 761, 457, 151, 443, 89, 229, 167, 181, 191, 467, 1109, 739, 103, 401, 353, 487, 827, 449, 617, 307
OFFSET
1,1
COMMENTS
Is every term except the first two a prime?
LINKS
EXAMPLE
For n = 4, we have n! = 24, so that p = 41, and a(4) = 17.
MATHEMATICA
Table[NextPrime[n!, 4] - n!, {n, 1, 150}]
CROSSREFS
Sequence in context: A302580 A031256 A032730 * A131834 A084418 A226133
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 23 2016
STATUS
approved