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!)
A262952 Expansion of Product_{k>=1} (1 + x^(2*k-1)) * (1 + x^(3*k-1)). 2
1, 1, 1, 2, 1, 3, 3, 3, 6, 5, 7, 9, 9, 12, 15, 16, 21, 24, 26, 33, 37, 42, 51, 57, 65, 78, 86, 99, 115, 128, 146, 168, 187, 213, 243, 269, 306, 345, 383, 433, 487, 539, 607, 678, 749, 842, 935, 1033, 1157, 1279, 1413, 1575, 1736, 1916, 2127, 2339, 2579, 2853 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) ~ 5^(1/4) * exp(Pi*sqrt(5*n/2)/3) / (2^(23/12) * sqrt(3) * n^(3/4)).
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 + x^(2*k-1)) * (1 + x^(3*k-1)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A153868 A341147 A325335 * A245367 A304740 A326619
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 05 2015
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)