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”).

A118509
First differences of A031921.
1
682, 764, 754, 830, 838, 870, 854, 864, 922, 912, 902, 924, 1000, 896, 946, 1020, 882, 980, 1008, 924, 1110, 934, 1026, 924, 1014, 960, 1110, 1008, 1050, 1050, 944, 1116, 1042, 1008, 1004, 1036, 1110, 1022, 1032, 1108, 1050, 1110, 992, 978, 1150, 1106
OFFSET
1,1
LINKS
MAPLE
A118509:= proc() local a, b, k; a:=ithprime(n*100); b:=ithprime((n+1)*100); k:=b-a; RETURN (k); end: seq(A118509 (), n=1..100); # K. D. Bajpai, Jun 19 2014
CROSSREFS
Sequence in context: A206015 A202908 A309245 * A043691 A043577 A043763
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, May 06 2006
EXTENSIONS
More terms from Joshua Zucker, May 11 2006
STATUS
approved