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.

A168508 Triangle read by rows: A101688 * A051731.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 4, 2, 1, 1, 1, 1, 1, 4, 2, 1, 1, 1, 1, 1, 1, 5, 2, 2, 1, 1, 1, 1, 1, 1, 5, 3, 2, 1, 1, 1, 1, 1, 1, 1, 6, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 6, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 7, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 7, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Gary W. Adamson, Nov 27 2009

Keywords

Comments

More precisely, form the product of the lower triangular matrix T defined in A101688 and the lower triangular matrix T defined in A051731. - N. J. A. Sloane, Dec 05 2020
Row sums = A060831: (1, 2, 4, 5, 7, 9, 11, 12, 15,...).

Examples

			First few rows of the triangle =
1;
1, 1;
2, 1, 1;
2, 1, 1, 1;
3, 1, 1, 1, 1;
3, 2, 1, 1, 1, 1;
4, 2, 1, 1, 1, 1, 1;
4, 2, 1, 1, 1, 1, 1, 1;
5, 2, 2, 1, 1, 1, 1, 1, 1;
5, 3, 2, 1, 1, 1, 1, 1, 1, 1;
6, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1;
6, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1;
7, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1;
7, 4, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;
8, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;
8, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;
9, 4, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1;
...
		

Crossrefs

Extensions

a(29) = 1 inserted and more terms from Georg Fischer, May 29 2023