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!)
A300417 Expansion of Product_{k>=1} (1 + x^(k*(k+1)/2))^2. 1
1, 2, 1, 2, 4, 2, 3, 6, 3, 4, 10, 8, 5, 10, 11, 8, 14, 16, 11, 18, 22, 18, 23, 22, 22, 34, 31, 26, 39, 40, 33, 50, 56, 36, 53, 74, 51, 62, 86, 68, 77, 98, 86, 88, 102, 106, 120, 130, 120, 136, 157, 134, 157, 194, 155, 182, 241, 194, 196, 256, 237, 236, 288, 282, 273, 324 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Number of partitions of n into distinct triangular parts (A000217), with 2 types of each part.
Self-convolution of A024940.
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + x^A000217(k))^2.
a(n) ~ exp(3*Pi^(1/3) * ((sqrt(2)-1) * Zeta(3/2)/2)^(2/3) * n^(1/3)) * ((sqrt(2)-1) * Zeta(3/2) / (2*Pi))^(1/3) / (4*sqrt(3) * n^(5/6)). - Vaclav Kotesovec, Mar 05 2018
MATHEMATICA
nmax = 65; CoefficientList[Series[Product[(1 + x^(k (k + 1)/2))^2, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A099254 A186731 A180108 * A121339 A307236 A324382
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 05 2018
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 24 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)