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.

A134147 Row sums of triangle A134146 and partition array A134145 (M3(3)/M3).

Original entry on oeis.org

1, 4, 19, 133, 1123, 12085, 151765, 2236876, 37373866, 702393424, 14611910794, 333811635793, 8298224157103, 223061783080075, 6444694333816630, 199168434836797921, 6555131451981351961, 228906927287899911709
Offset: 1

Views

Author

Wolfdieter Lang, Nov 13 2007

Keywords

Crossrefs

Cf. A000041, A134148 (alternating row sums of triangle A134146).

Formula

a(n) = Sum_{m=1..n} A134146(n,m), n>=1.
a(n) = Sum_{k=1..p(n)} A134145(n,k), with p(n) = A000041(n) (number of partitions of n).