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.

A177991 Triangle read by rows, A070909 * A177990.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 3, 1, 2, 1, 1, 1, 1, 4, 1, 3, 1, 2, 1, 1, 1, 4, 1, 3, 1, 2, 1, 1, 1, 1, 5, 1, 4, 1, 3, 1, 2, 1, 1, 1, 5, 1, 4, 1, 3, 1, 2, 1, 1, 1
Offset: 0

Views

Author

Gary W. Adamson, May 16 2010

Keywords

Comments

Row sums = A117142: (1, 2, 3, 5, 6, 9,...)

Examples

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

Crossrefs

Formula

As infinite lower triangular matrices, A070909 * A177990

Extensions

a(28)=1 inserted before the first "4" by Georg Fischer, Dec 28 2021