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!)
A107593 Self-convolution of A107592. 1
1, 2, 7, 32, 169, 976, 5989, 38398, 254509, 1731596, 12032874, 85092944, 610714311, 4439136084, 32626373027, 242153129074, 1813069499846, 13682961621602, 104014376985334, 796004610604094, 6129901459731357, 47484532009772272 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f. satisfies: A(x) = Sum_{n>=0} x^n * A(x)^((n+1)*(n+2)/4).
G.f. A(x) = (1/x)*series-reversion(x/G(x)^2) and thus A(x) = G(x*A(x))^2 where G(x) is the g.f. of A107590.
EXAMPLE
A = A^(1/2) + x*A^(3/2) + x^2*A^(6/2) + x^3*A^(10/2) +...
= 1 + 2*x + 7*x^2 + 32*x^3 + 169*x^4 + 976*x^5 + 5989*x^6 +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(k=1, n, A=1+sum(j=1, n, x^j*A^((j+1)*(j+2)/2-1)+x*O(x^n))); polcoeff(A^2, n)}
CROSSREFS
Sequence in context: A006781 A330075 A115197 * A125277 A321688 A222013
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 17 2005
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 25 09:35 EDT 2024. Contains 371967 sequences. (Running on oeis4.)