cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A118509 First differences of A031921.

Original entry on oeis.org

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

Views

Author

Lekraj Beedassy, May 06 2006

Keywords

Programs

  • 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

Extensions

More terms from Joshua Zucker, May 11 2006