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!)
A124541 G.f.: A(x) = R_2(x)/R_1(x), where R_2(x) and R_1(x) are the g.f.s of row 2 (A124542) and row 1 (A124531), respectively, of table A124540. 0
1, 1, 4, 15, 63, 295, 1502, 8167, 46873, 281672, 1761798, 11418480, 76415644, 526594846, 3728435747, 27073765165, 201325681384, 1531247489953, 11899881220174, 94409837555587, 764105555574024, 6304959856949278 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In table A124540, the g.f. of row n, R_n(y), simultaneously satisfies: R_n(y) = [ Sum_{k>=0} y^k*R_k(y)^n ]^n for n>=0.
LINKS
EXAMPLE
G.f.: A(x) = R_2(x)/R_1(x), where row g.f.s are:
R_2(x) = 1 + 2x + 7x^2 + 26x^3 + 107x^4 + 486x^5 + 2398x^6 + ... and
R_1(x) = 1 + x + 2x^2 + 5x^3 + 16x^4 + 62x^5 + 274x^6 + ..., so that
A(x) = 1 + x + 4*x^2 + 15*x^3 + 63*x^4 + 295*x^5 + 1502*x^6 + ...
PROG
(PARI) {a(n)=local(R); R=vector(n+3, r, vector(n+3, c, 1)); for(i=0, n+2, for(r=0, n+2, R[r+1]=Vec(sum(c=0, n, x^c*Ser(R[c+1])^(r*c)+O(x^(n+1)))))); Vec(Ser(R[3])^2/Ser(R[2])+O(x^(n+1)))[n+1]}
CROSSREFS
Sequence in context: A007167 A036728 A027216 * A353264 A117669 A323789
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 05 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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)