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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135868 G.f. A(x) = (1 + x*A(2x))^2. 8
1, 2, 9, 80, 1368, 45344, 2952208, 381005824, 97928967168, 50238812700672, 51495089926791168, 105513593089512439808, 432289346894817079853056, 3541746937174189008054386688, 58031524865557213409213540204544 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Self-convolution of A135867.

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: A122720 A109519 A193208 * A147302 A112670 A117581

Adjacent sequences:  A135865 A135866 A135867 * A135869 A135870 A135871

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 02 2007

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 21:41 EST 2012. Contains 205860 sequences.