login
This site is supported by donations 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; internal format)
OFFSET

0,2

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/G107590(x)^2) and thus A(x) = G107590(x*A(x))^2 where G107590(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

Cf. A107590, A107591, A107592.

Sequence in context: A108524 A006781 A115197 * A125277 A179488 A191809

Adjacent sequences:  A107590 A107591 A107592 * A107594 A107595 A107596

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 17 2005

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 16 21:47 EST 2012. Contains 205978 sequences.