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.

A224076 Row lengths of triangle in A224075.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 3, 3, 2, 2, 3, 2, 4, 4, 3, 3, 2, 2, 4, 3, 4, 3, 4, 4, 3, 4, 5, 4, 4, 6, 5, 10, 6, 6, 10, 8, 11
Offset: 1

Views

Author

Reinhard Zumkeller, Mar 31 2013

Keywords

Crossrefs

Programs

  • Haskell
    a224076 = length . a224075_row

Formula

a(n) <= A064272(A214583(n)+1) for n such that A214583 is defined.