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.

A141157 Triangle read by rows, A000012 * A140207.

Original entry on oeis.org

1, 2, 1, 3, 2, 2, 4, 3, 4, 3, 5, 4, 6, 6, 5, 6, 5, 8, 9, 10, 7, 7, 6, 10, 12, 15, 14, 11, 8, 7, 12, 15, 20, 21, 22, 15, 9, 8, 14, 18, 25, 28, 33, 30, 22, 10, 9, 16, 21, 30, 35, 44, 45, 44, 30, 11, 10, 18, 24, 35, 42, 55, 60, 66, 60, 42, 12, 11, 20, 27, 40, 49, 66, 75, 88, 90, 84, 56
Offset: 0

Views

Author

Keywords

Comments

Right border = partition numbers, A000041.
Row sums = A014153: (1, 3, 7, 14, 26, 45, 75,...).

Examples

			First few rows of the triangle are:
1;
2, 1;
3, 2, 2;
4, 3, 4, 3;
5, 4, 6, 6, 5;
6, 5, 8, 9, 10, 7;
7, 6, 10, 12, 15, 14, 11;
8, 7, 12, 15, 20, 21, 22, 15;
9, 8, 14, 18, 25, 28, 33, 30, 22;
10, 9, 16, 21, 30, 35, 44, 45, 44, 30;
...
		

Crossrefs

Formula

Triangle read by rows, A000012 * A140207; equivalent to taking partial sums of triangle A140207 terms, by columns.

Extensions

a(60) split and more terms from Georg Fischer, May 29 2023