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.

A166548 Triangle read by rows, A047999 * A007318; (Sierpinski's gasket * Pascal's triangle).

Original entry on oeis.org

1, 2, 1, 2, 2, 1, 4, 6, 4, 1, 2, 4, 6, 4, 1, 4, 10, 16, 14, 6, 1, 4, 12, 22, 24, 16, 6, 1, 8, 28, 56, 70, 56, 28, 8, 1, 2, 8, 28, 56, 70, 56, 28, 8, 1, 4, 18, 64, 140, 196, 182, 112, 44, 10, 1, 4, 20, 74, 176, 280, 308, 238, 128, 46, 10, 1
Offset: 0

Views

Author

Gary W. Adamson, Oct 16 2009

Keywords

Comments

Row sums = A001317, (1, 3, 5, 15, 17, 51, 85, 255,...).
Left border = A001316: (1, 2, 2, 4, 2, 4, 4, 8, 2,...).

Examples

			First few rows of the triangle =
1;
2, 1;
2, 2, 1;
4, 6, 4, 1;
2, 4, 6, 4, 1;
4, 10, 16, 14, 6, 1;
4, 12, 22, 24, 16, 6, 1;
8, 28, 56, 70, 56, 28, 8, 1;
2, 8, 28, 56, 70, 26, 28, 8, 1;
4, 18, 64, 140, 196, 182, 112, 44, 10, 1;
4, 20, 74, 176, 280, 308, 238, 126, 46, 10, 1;
8, 44, 168, 426, 736, 996, 784, 494, 220, 66, 12, 1;
4, 24, 100, 280, 566, 848, 952, 800, 496, 220, 66, 12, 1;
...
		

Crossrefs

Formula

Triangle read by rows, A047999 * A007318; as infinite lower triangular matrices.

Extensions

a(32) = 56 corrected by Georg Fischer, Jun 02 2023