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!)
A122939 G.f. A(x) satisfies: A(x+x^2) = A(x)^2/(1+x)^2. 1
1, 2, 3, 6, 17, 70, 390, 2776, 24042, 244864, 2862185, 37715474, 552685976, 8910951840, 156709821779, 2984589501562, 61188398397436, 1343410717573876, 31445844702847347, 781689483100388326, 20564696601659697997 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Self-convolution of A122938. See A122888 for the table of self-compositions of x+x^2.
LINKS
FORMULA
G.f.: A(x) = Product_{n>=0} (1 + F_n(x) )^(1/2^n) where F_0(x)=x, F_{n+1}(x)=F_n(x+x^2); a product that involves the n-th self-compositions of x+x^2.
EXAMPLE
G.f.: A(x) = (1 + x) * (1 + x+x^2)^(1/2) * (1 + x+2x^2+2x^3+x^4)^(1/4) * (1 + x+3x^2+6x^3+9x^4+10x^5+8x^6+4x^7+x^8)^(1/8) *...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=0, n, A=-A+2*(1+x)*sqrt(subst(A, x, x+x^2+x*O(x^n)))); polcoeff(A, n)}
CROSSREFS
Cf. A122938 (square-root), A122888 (table).
Sequence in context: A361380 A073591 A114491 * A321399 A169974 A003183
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 21 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 June 25 08:42 EDT 2024. Contains 373701 sequences. (Running on oeis4.)