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.

A063415 Triangle of coefficients of di-Boustrophedon transform (see A063179) read by rows: Let the original sequence be (U0,U1,...) and the transformed sequence (V0,V2,...), then Vn is a linear combination of U0,...,Un. T(n,m) is the coefficient that goes with Um to get Vn.

Original entry on oeis.org

1, 1, 1, 2, 2, 1, 4, 5, 3, 1, 12, 14, 9, 4, 1, 42, 51, 32, 14, 5, 1, 178, 214, 137, 60, 20, 6, 1, 870, 1049, 668, 295, 100, 27, 7, 1, 4830, 5820, 3713, 1636, 555, 154, 35, 8, 1, 29976, 36125, 23036, 10160, 3446, 952, 224, 44, 9, 1, 205572, 247734, 157993, 69664
Offset: 0

Views

Author

Floor van Lamoen, Jul 19 2001

Keywords

Examples

			The triangle begins:
......1
....1...1
..2...2...1
4...5...3...1
		

Crossrefs

T(n, 0) is A063179. Row sums form A062704. T(n, n-2) is A000096. Cf. A059718.