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.

A194437 Triangle read by rows: T(n,k) = sum of parts in the k-th region of n.

Original entry on oeis.org

1, 1, 3, 1, 3, 5, 1, 3, 5, 2, 9, 1, 3, 5, 2, 9, 3, 12, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 3, 7, 4, 25, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 3, 7, 4, 25, 2, 6, 3, 13, 5, 4, 38, 1, 3, 5, 2, 9, 3, 12, 2, 6, 3, 20, 3, 7
Offset: 1

Views

Author

Omar E. Pol, Nov 27 2011

Keywords

Examples

			Triangle begins:
1;
1,3;
1,3,5;
1,3,5,2,9;
1,3,5,2,9,3,12;
1,3,5,2,9,3,12,2,6,3,20;
1,3,5,2,9,3,12,2,6,3,20,3,7,4,25;
1,3,5,2,9,3,12,2,6,3,20,3,7,4,25,2,6,3,13,5,4,38;
...
Row n has length A000041(n). Row sums give A066186. Right border gives A046746. Records in every row give A046746. Rows converge to A186412.
		

Crossrefs