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.

A218875 Triangle read by rows: T(n,k) (1 <= k <= n) = number of robust primitive binary sequences of length n and curling number k.

Original entry on oeis.org

2, 2, 0, 4, 2, 0, 6, 4, 2, 0, 10, 12, 4, 2, 0, 20, 20, 8, 4, 2, 0, 36, 52, 20, 8, 4, 2, 0, 72, 98, 36, 16, 8, 4, 2, 0, 142, 214, 76, 36, 16, 8, 4, 2, 0, 280, 414, 160, 68, 32, 16, 8, 4, 2, 0, 560, 870, 326, 140, 68, 32, 16, 8, 4, 2, 0, 1114, 1720, 640, 276, 132, 64, 32, 16, 8, 4, 2, 0
Offset: 1

Views

Author

N. J. A. Sloane, Nov 15 2012

Keywords

Examples

			Triangle begins:
[2],
[2, 0],
[4, 2, 0],
[6, 4, 2, 0],
[10, 12, 4, 2, 0],
[20, 20, 8, 4, 2, 0],
[36, 52, 20, 8, 4, 2, 0],
[72, 98, 36, 16, 8, 4, 2, 0],
[142, 214, 76, 36, 16, 8, 4, 2, 0],
[280, 414, 160, 68, 32, 16, 8, 4, 2, 0],
...
		

Crossrefs

Cf. A216955, A218869, A218876. First column is A216958.

Formula

The triangle in A218869 is the sum of triangles A218875 and A218876.