OFFSET
1,1
COMMENTS
Except for first term, same as A001223.
First differences of A182986. - Omar E. Pol, Oct 31 2013
MATHEMATICA
Join[{2}, Differences[Prime[Range[100]]]] (* Paolo Xausa, Oct 25 2023 *)
PROG
(PARI) a(n) = if (n==1, 2, prime(n) - prime(n-1)); \\ Michel Marcus, Oct 31 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
G. L. Honaker, Jr., Apr 09 2000
EXTENSIONS
More terms from James A. Sellers, Apr 11 2000
STATUS
approved