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.

A093723 First differences of A092614.

Original entry on oeis.org

5, 7, 7, 5, 10, 8, 7, 8, 10, 7, 9, 10, 14, 7, 10, 5, 13, 8, 7, 8, 17, 7, 7, 19, 9, 11, 9, 11, 8, 7, 13, 11, 15, 6, 12, 17, 10, 14, 6, 14, 8, 8, 9, 9, 21, 14, 5, 9, 12, 15, 13, 8, 14, 6, 18, 14, 9, 12, 10, 15, 12, 6, 18, 9, 12, 12, 11, 20, 6, 12, 15, 10, 15, 15, 16, 9, 6, 7, 22, 15, 15, 13
Offset: 1

Views

Author

Robert G. Wilson v, Apr 13 2004

Keywords

Comments

A difference of 1, 2 or 3 is impossible.

Crossrefs

Cf. A092613, A092614, A007355. The first occurrence of n above appears in A093724.

Programs

  • Mathematica
    t = Table[ A092613[n]/10, {n, 85}]; Drop[t, 1] - Drop[t, -1]