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.

A260895 Number of primes in n-th row of triangle A077664.

Original entry on oeis.org

1, 2, 2, 3, 2, 6, 2, 5, 4, 7, 4, 10, 3, 8, 8, 9, 4, 13, 4, 11, 8, 11, 6, 15, 7, 13, 10, 15, 7, 24, 7, 13, 12, 16, 12, 23, 9, 18, 14, 22, 10, 29, 9, 20, 17, 20, 9, 28, 12, 25, 17, 23, 12, 31, 15, 26, 18, 24, 13, 44, 12, 24, 21, 25, 18, 43, 13, 28, 21, 39, 14
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 03 2015

Keywords

Comments

a(n) = sum(A010051(A077664(n,k)): k = 1..n).

Crossrefs

Programs

  • Haskell
    a260895 = sum . map a010051' . a077664_row