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.

A122919 Inverse of Riordan array (1/(1+x+x^2),x/(1+x)^2).

Original entry on oeis.org

1, 1, 1, 3, 3, 1, 9, 10, 5, 1, 28, 34, 21, 7, 1, 90, 117, 83, 36, 9, 1, 297, 407, 319, 164, 55, 11, 1, 1001, 1430, 1209, 702, 285, 78, 13, 1, 3432, 5070, 4550, 2898, 1350, 454, 105, 15, 1, 11934, 18122, 17068, 11696, 6052
Offset: 0

Views

Author

Paul Barry, Sep 19 2006

Keywords

Comments

Row sums are A097613. Diagonal sums are A122920. Inverse of A122917.

Examples

			Triangle begins
1,
1, 1,
3, 3, 1,
9, 10, 5, 1,
28, 34, 21, 7, 1,
90, 117, 83, 36, 9, 1,
297, 407, 319, 164, 55, 11, 1,
1001, 1430, 1209, 702, 285, 78, 13, 1
		

Formula

Riordan array ((1-3x+2x^2-(1-x)sqrt(1-4x))/(2x^2),(1-2x-sqrt(1-4x))/(2x))