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.

A053322 First differences of A031926.

Original entry on oeis.org

270, 30, 12, 48, 30, 12, 192, 18, 18, 24, 18, 150, 18, 54, 126, 54, 30, 180, 66, 84, 36, 12, 162, 90, 156, 24, 150, 60, 30, 30, 186, 72, 78, 54, 36, 42, 102, 36, 30, 102, 30, 168, 12, 228, 42, 132, 78, 18, 162, 408, 60, 234, 168, 192, 108, 120, 18, 210, 174, 120, 90
Offset: 1

Views

Author

Labos Elemer, Mar 06 2000

Keywords

Comments

Minimal value 12 is for n = 3, 6, 22, 43, 90, 123, 125, 135, 144, 147, 201, 255, 276, 287, 310, 338, 350. - Zak Seidov, Jun 12 2017

Crossrefs

Programs

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