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.

A247892 Number of nonprimes in n-th row of triangle A077581.

Original entry on oeis.org

1, 1, 2, 1, 3, 1, 4, 3, 4, 3, 7, 3, 8, 5, 8, 6, 11, 4, 12, 7, 11, 9, 15, 6, 15, 12, 16, 12, 20, 4, 21, 15, 19, 16, 22, 10, 26, 18, 23, 17, 29, 11, 30, 22, 24, 24, 33, 16, 34, 22, 31, 25, 38, 19, 36, 27, 35, 30, 43, 15, 44, 33, 36, 34, 44, 22, 49, 36, 43, 27
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 26 2014

Keywords

Comments

a(n) = n - A247815(n)

Crossrefs

Programs

  • Haskell
    a247892 n = n - a247815 n