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.

A289656 Triangle read by rows: row n gives the first n terms of the binomial transform of the n-th row of A116672.

Original entry on oeis.org

1, 1, 2, 1, 3, 6, 1, 5, 13, 26, 1, 7, 24, 59, 120, 1, 11, 48, 141, 331, 672, 1, 15, 86, 310, 855, 1982, 4067, 1, 22, 160, 692, 2214, 5817, 13301, 27428
Offset: 1

Views

Author

N. J. A. Sloane, Jul 19 2017

Keywords

Comments

Rows 4, 5, 6 match the starts of sequences A008778, A008779, A008780.

Examples

			Triangle begins:
[1]
[1, 2]
[1, 3, 6]
[1, 5, 13, 26]
[1, 7, 24, 59, 120]
[1, 11, 48, 141, 331, 672]
[1, 15, 86, 310, 855, 1982, 4067]
[1, 22, 160, 692, 2214, 5817, 13301, 27428]
...
		

Crossrefs