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.

Showing 1-3 of 3 results.

A120899 G.f. satisfies: A(x) = C(x)^2 * A(x^3*C(x)^4), where C(x) is the g.f. of the Catalan numbers (A000108).

Original entry on oeis.org

1, 2, 5, 16, 54, 186, 654, 2338, 8463, 30938, 114022, 423096, 1579049, 5922512, 22309350, 84354388, 320020227, 1217689680, 4645693038, 17766596202, 68092473570, 261486788434, 1005962436536, 3876412305114, 14960183283203
Offset: 0

Views

Author

Paul D. Hanna, Jul 14 2006

Keywords

Comments

Column 0 of triangle A120898 (cascadence of 1+2x+x^2). Self-convolution of A120900.

Examples

			A(x) = 1 + 2*x + 5*x^2 + 16*x^3 + 54*x^4 + 186*x^5 + 654*x^6 +...
= C(x)^2 * A(x^3*C(x)^4) where
C(x) = 1 + x + 2*x^2 + 5*x^3 + 14*x^4 + 42*x^5 + 132*x^6 +...
is the g.f. of the Catalan numbers (A000108): C(x) = 1 + x*C(x)^2.
		

Crossrefs

Cf. A120898, A120900 (square-root), A120901, A120902; A000108; variants: A092684, A092687, A120895.

Programs

  • PARI
    {a(n)=local(A=1+x,C=(1/x*serreverse(x/(1+2*x+x^2+x*O(x^n))))^(1/2)); for(i=0,n,A=C^2*subst(A,x,x^3*C^4 +x*O(x^n)));polcoeff(A,n,x)}

A120902 Row sums of triangle A120898 (cascadence of 1+2x+x^2).

Original entry on oeis.org

1, 5, 23, 103, 450, 1932, 8196, 34468, 143997, 598463, 2476936, 10216818, 42023225, 172436363, 706132290, 2886574198, 11781962631, 48025519977, 195530083266, 795241236228, 3231290822280, 13118557603984, 53218706064038
Offset: 0

Views

Author

Paul D. Hanna, Jul 14 2006

Keywords

Crossrefs

A120901 Central terms of triangle A120898 (cascadence of 1+2x+x^2).

Original entry on oeis.org

1, 1, 5, 14, 43, 156, 535, 1956, 7175, 26418, 98375, 367176, 1378022, 5193625, 19641164, 74535167, 283651169, 1082274210, 4139129734, 15863315213, 60913982404, 234317240601, 902804442380, 3483620505111, 13460665855850
Offset: 0

Views

Author

Paul D. Hanna, Jul 14 2006

Keywords

Crossrefs

Showing 1-3 of 3 results.