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.

A154829 A q-Catalan triangle for q=2.

Original entry on oeis.org

1, 1, 1, 3, 4, 1, 17, 25, 9, 1, 171, 258, 102, 16, 1, 3113, 4635, 1788, 290, 25, 1, 106419, 154048, 54909, 7910, 665, 36, 1, 7035649, 9907933, 3232971, 385669, 26257, 1323, 49, 1, 915028347, 1262093470, 382948336, 37703584, 1889650, 71596, 2380, 64, 1
Offset: 0

Views

Author

Paul Barry, Jan 15 2009

Keywords

Comments

First column is A015083. Row sums are A154828.

Examples

			Triangle begins
1,
1, 1,
3, 4, 1,
17, 25, 9, 1,
171, 258, 102, 16, 1,
3113, 4635, 1788, 290, 25, 1
		

Crossrefs

Cf. A060693.

Formula

Triangle [1,2,4,8,16,32,...] DELTA [1,0,1,0,1,0,1,....] where DELTA is the operator defined in A084938. - Philippe Deléham, Nov 28 2011
G.f.: 1/(1-(x+xy)/(1-2x/(1-(4x+xy)/(1-8x/(1-(16x+xy)/(1-.... (continued fraction).