login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120920 G.f. satisfies: A(x) = G(x)^3 * A(x^4*G(x)^9), where G(x) is the g.f. of the number of ternary trees (A001764): G(x) = 1 + x*G(x)^3. 6
1, 3, 12, 55, 276, 1464, 8058, 45543, 262626, 1538607, 9130446, 54761628, 331403447, 2021021082, 12407102937, 76611488305, 475493441604, 2964664310319, 18560063203353, 116621922800283, 735236268006654 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Column 0 of triangle A120919 (cascadence of (1+x)^3).
LINKS
EXAMPLE
A(x) = 1 + 3*x + 12*x^2 + 55*x^3 + 276*x^4 + 1464*x^5 + 8058*x^6 +...
= G(x)^3 * A(x^4*G(x)^9) where
G(x) = 1 + x + 3*x^2 + 12*x^3 + 55*x^4 + 273*x^5 + 1428*x^6 +...
is g.f. of A001764: G(x) = 1 + x*G(x)^3.
PROG
(PARI) {a(n)=local(A=1+x, G=(1/x*serreverse(x/(1+3*x+3*x^2+x^3+x*O(x^n))))^(1/3)); for(i=0, n, A=G^3*subst(A, x, x^4*G^9 +x*O(x^n))); polcoeff(A, n, x)}
CROSSREFS
Sequence in context: A216494 A366100 A342283 * A179487 A350265 A263533
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 17 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)