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.

A112995 Triangular array T(n,k)=number of partitions of n in which the least part is <=k, for 1<=k<=n, n>=1.

Original entry on oeis.org

1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 6, 7, 7, 9, 10, 10, 10, 11, 11, 13, 14, 14, 14, 14, 15, 15, 19, 20, 21, 21, 21, 21, 22, 22, 26, 28, 29, 29, 29, 29, 29, 30, 30, 37, 39, 40, 41, 41, 41, 41, 41, 42, 42, 50, 53, 54, 55, 55, 55, 55, 55, 55, 56, 56, 68, 72, 74, 75, 76, 76, 76, 76
Offset: 1

Views

Author

Clark Kimberling, Oct 08 2005

Keywords

Comments

The partition sequence A000041 occurs here as T(n,0) and also essentially as T(n,n).

Examples

			The first five rows:
1
1 2
2 2 3
3 4 4 5
5 6 6 6 7
Row 5 of A026794, namely 5 1 0 0 1, has partial sums 5 6 6 6 7.
		

Crossrefs

Formula

Row n of T consists of the partial sums of row n of the array in A026794.