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.

A053326 First differences of A031934.

Original entry on oeis.org

102, 180, 108, 30, 342, 210, 318, 252, 18, 42, 210, 414, 54, 456, 54, 402, 258, 342, 258, 756, 126, 78, 42, 450, 84, 576, 588, 66, 366, 228, 420, 246, 366, 240, 354, 90, 240, 156, 150, 198, 510, 246, 96, 828, 156, 60, 36, 870, 180, 114, 54, 660, 600, 522, 330
Offset: 1

Views

Author

Labos Elemer, Mar 06 2000

Keywords

Crossrefs

Programs

  • Mathematica
    With[{p = Prime[Range[2000]]}, Differences[p[[Position[Differences[p], 16] // Flatten]]]] (* Amiram Eldar, Mar 10 2025 *)