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.

A034929 A triangle of Motzkin ballot numbers, read by rows.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 3, 2, 1, 4, 6, 6, 4, 1, 5, 10, 13, 13, 9, 1, 6, 15, 24, 30, 30, 21, 1, 7, 21, 40, 59, 72, 72, 51, 1, 8, 28, 62, 105, 148, 178, 178, 127, 1, 9, 36, 91, 174, 276, 378, 450, 450, 323, 1, 10, 45, 128, 273, 480, 730, 980, 1158, 1158, 835, 1, 11, 55, 174, 410, 791
Offset: 1

Views

Author

Keywords

Comments

Mirror image of A091836. Row sums are the Motzkin numbers (A001006). T(n,n-1)=A001006(n-2) (the Motzkin numbers). T(n,n-2)=A005554(n-1).

Examples

			Triangle begins:
[1],
[1, 1],
[1, 2, 1],
[1, 3, 3, 2],
[1, 4, 6, 6, 4],
[1, 5, 10, 13, 13, 9],
[1, 6, 15, 24, 30, 30, 21],
[1, 7, 21, 40, 59, 72, 72, 51]
		

References

  • M. Aigner, Motzkin numbers, Europ. J. Comb. 19 (1998), 663-675.

Crossrefs

Formula

G.f.= 2(1+tz)/[1-2z+tz-2tz^2+sqrt(1-2tz-3t^2*z^2)].

Extensions

Edited by Emeric Deutsch, Mar 11 2004