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.

Showing 1-1 of 1 results.

A143124 Triangle read by rows, sum {j=k..n}, A001462(j), 1<=k<=n, A001462 = Golomb's sequence.

Original entry on oeis.org

1, 3, 2, 5, 4, 2, 8, 7, 5, 3, 11, 10, 8, 6, 3, 15, 14, 12, 10, 7, 4, 19, 18, 16, 14, 11, 8, 4, 23, 22, 20, 18, 15, 12, 8, 4, 28, 27, 25, 23, 20, 17, 13, 9, 5, 33, 32, 30, 28, 25, 22, 1814, 10, 5, 38, 37, 35, 3330, 27, 23, 19, 15, 10, 5, 44, 43, 41, 39, 36, 33, 29, 25, 21, 16, 11, 6
Offset: 1

Views

Author

Keywords

Comments

Right border of the triangle = Golomb's sequence, A014262.
Left border = A001463.
Row sums = A143125: (1, 5, 11, 23, 38, 62, 90, 122,...).

Examples

			First few rows of the triangle =
1;
3, 2;
5, 4, 2;
8, 7, 5, 3;
11, 10, 8, 6, 3;
15, 14, 12, 10, 7, 4;
19, 18, 16, 14, 11, 8, 4;
23, 22, 20, 18, 15, 12, 8, 4;
28, 27, 25, 23, 20, 17, 13, 9, 5;
...
T(5,3) = 8 = (3 + 3 + 2) where Golomb's sequence = (1, 2, 2, 3, 3, 4, 4, 4,...).
		

Crossrefs

Formula

Triangle read by rows, T(n,k) = sum {j=k..n} A001462(j), 1<=k<=n; where A001462 = (1, 2, 2, 3, 3, 4, 4,...). A000012 * (A001462 * 0^(n-k)) * A000012
Showing 1-1 of 1 results.