login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124461 Row 1 of rectangular table A124460; also equals the antidiagonal sums of table A124460. 8
1, 2, 4, 9, 23, 66, 210, 731, 2744, 10959, 46058, 202028, 919386, 4321837, 20916763, 103958935, 529512396, 2759340117, 14690668955, 79813438230, 442057104246, 2493917931493, 14320972817368, 83652035642564, 496769855224824 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

In table A124460, the o.g.f. of row n, R_n(y), satisfies: R_n(y) = Sum_{k>=0} y^k * R_k(y)^n for n>=0.

FORMULA

O.g.f.: A(x) = Sum_{n>=0} x^n*R_n(x) = Sum_{k>=0} x^k/(1 - x*R_k(x)), where R_n(x) is the o.g.f. of row n in table A124460.

PROG

(PARI) {a(n)=local(m=max(n, 1), R=vector(m+1, r, vector(m+1, c, binomial(r+c-2, c-1)))); for(i=0, m, for(r=0, m, R[r+1]=Vec(sum(c=0, m, x^c*Ser(R[c+1])^r+O(x^(m+1)))))); R[2][n+1]}

CROSSREFS

Cf. A124460 (table); other rows: A124462, A124463, A124464, A124465, A124466.

Sequence in context: A202552 A129698 A117419 * A026898 A088930 A089844

Adjacent sequences:  A124458 A124459 A124460 * A124462 A124463 A124464

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 03 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:02 EST 2012. Contains 205811 sequences.