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!)
A122889 Antidiagonal sums of table A122888. 6
1, 1, 2, 3, 6, 12, 27, 67, 180, 528, 1676, 5721, 20924, 81634, 338322, 1484209, 6870492, 33460830, 170997842, 914764494, 5111445917, 29773148141, 180449216699, 1136060712131, 7418026238304, 50163775035664 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
In table A122888, row n lists the coefficients of x^k, k=1..2^n, in the n-th self-composition of (x + x^2) for n>=0.
LINKS
PROG
(PARI) {a(n)=local(F=x+x^2, G, RS); RS=0; for(k=0, n, G=x+x*O(x^n); for(i=1, n-k, G=subst(F, x, G)); RS+=polcoeff(G, k, x)); RS} \\ Paul D. Hanna, Nov 28 2009
CROSSREFS
Cf. A122888.
Sequence in context: A057649 A104872 A006082 * A014280 A073431 A273873
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 18 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 30 01:56 EDT 2024. Contains 372118 sequences. (Running on oeis4.)