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.

A226029 First differences of A182402.

Original entry on oeis.org

1, 1, 2, 5, 2, 2, 2, 2, 2, 2, 2, 2, 8, 11, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 39, 13, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4
Offset: 1

Views

Author

Reinhard Zumkeller, May 26 2013

Keywords

Crossrefs

Programs

  • Haskell
    a226029 n = a226029_list !! (n-1)
    a226029_list = zipWith (-) (tail a182402_list) a182402_list

Formula

a(A226030(n)) = n and a(m) <> n for m < A226030(n).
a(n) = A182402(n+1) - A182402(n). - Michel Marcus, Jan 26 2022