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!)
A109413 a(n) equals the (n*(n+1)/2)-th partial sum of the self-convolution of A010054, which has the g.f.: Sum_{n>=0} x^(n*(n+1)/2). 2
1, 3, 6, 11, 17, 24, 35, 45, 58, 71, 87, 106, 123, 144, 164, 189, 216, 240, 269, 298, 329, 365, 396, 437, 471, 510, 551, 591, 642, 683, 730, 778, 827, 882, 932, 987, 1048, 1105, 1165, 1220, 1289, 1355, 1418, 1485, 1549, 1626, 1699, 1772, 1846, 1923, 2002, 2080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^(n*(n+1)/2)] [Sum_{k>=0} x^(k*(k+1)/2)]^2/(1-x).
PROG
(PARI) {a(n)=local(X=x+x*O(x^(n*(n+1)/2))); polcoeff((eta(X^2)^2/eta(X))^2/(1-X), n*(n+1)/2)}
CROSSREFS
Sequence in context: A025735 A023601 A173143 * A294397 A003022 A025722
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 27 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 August 11 14:50 EDT 2024. Contains 375073 sequences. (Running on oeis4.)