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!)
A135868 G.f. A(x) = (1 + x*A(2*x))^2. 8
1, 2, 9, 80, 1368, 45344, 2952208, 381005824, 97928967168, 50238812700672, 51495089926791168, 105513593089512439808, 432289346894817079853056, 3541746937174189008054386688, 58031524865557213409213540204544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution of A135867 such that A135867(n+1) = 2^n*a(n).
LINKS
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=1+x*subst(A, x, 2*x)^2); polcoeff(A^2, n)}
CROSSREFS
Cf. A135867.
Sequence in context: A193208 A279055 A320946 * A212271 A147302 A301861
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 02 2007
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 September 4 22:32 EDT 2024. Contains 375685 sequences. (Running on oeis4.)