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.

A143316 Triangle read by rows, A054525 * A143315, 1<=k<=n.

Original entry on oeis.org

1, 2, 1, 4, 0, 1, 4, 2, 0, 1, 8, 0, 0, 0, 1, 4, 4, 2, 0, 0, 1, 12, 0, 0, 0, 0, 0, 1, 8, 4, 0, 2, 0, 0, 0, 1, 12, 0, 4, 0, 0, 0, 0, 0, 1, 8, 8, 0, 0, 2, 0, 0, 0, 0, 1, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 4, 4, 4, 0, 2, 0, 0, 0, 0, 0, 1, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 12, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Gary W. Adamson, Aug 06 2008

Keywords

Comments

Row sums = 2*n-1.
Left border = A140434: (1, 2, 4, 4, 8, 4, 12, 8,...).

Examples

			First few rows of the triangle =
1;
2, 1;
4, 0, 1;
4, 2, 0, 1;
8, 0, 0, 0, 1;
4, 4, 2, 0, 0, 1;
12, 0, 0, 0, 0, 0, 1;
8, 4, 0, 2, 0, 0, 0, 1;
...
		

Crossrefs

Extensions

a(19) corrected and more terms from Georg Fischer, Aug 14 2023