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.

A143593 Triangle read by rows, square of A238303 (an infinite lower triangular matrix with 1's in the first column and the rest 2's).

Original entry on oeis.org

1, 3, 4, 5, 8, 4, 7, 12, 8, 4, 9, 16, 12, 8, 4, 11, 20, 16, 12, 8, 4, 13, 24, 20, 16, 12, 8, 4, 15, 28, 24, 20, 16, 12, 8, 4, 17, 32, 28, 24, 20, 16, 12, 8, 4, 19, 36, 32, 28, 24, 20, 16, 12, 8, 4
Offset: 1

Views

Author

Keywords

Comments

Row sums = A056220 starting with offset 1: (1, 7, 17, 31, 49, 71, 97,...).

Examples

			The square of the infinite lower triangular matrix (1; 1,2; 1,2,2;...) =
1;
3, 4;
5, 8, 4;
7, 12, 8, 4;
9, 16, 12, 8, 4;
11, 20, 16, 12, 8, 4;
13, 24, 20, 16, 12, 8, 4;
...
		

Crossrefs

Formula

Triangle read by rows, square of an infinite lower triangular matrix with 1's in the first column and the rest 2's. Square of (A000012 * (S(k) * 0^(n-k)), 1<=k<=n