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!)
A268499 Expansion of Product_{k>=1} ((1 + 3*x^k) / (1 + x^k)). 3
1, 2, 0, 8, -2, 8, 16, 8, 8, 10, 80, -8, 72, -24, 144, 128, 134, 40, 224, 120, 232, 688, 176, 696, 32, 1194, -96, 1840, 1144, 2248, 288, 2968, 800, 4160, 752, 5104, 6438, 4984, 5104, 5488, 10960, 4856, 14080, 3480, 24408, 15448, 26832, 7080, 42120, 11178 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for m > 0, if g.f. = Product_{k>=1} ((1 + m*x^k) / (1 + x^k)) then a(n) ~ c^(1/4) * exp(sqrt(c*n)) / (2*sqrt((m+1)*Pi) * n^(3/4)), where c = Pi^2/3 + 2*log(m)^2 + 4*polylog(2, -1/m).
LINKS
FORMULA
a(n) ~ c^(1/4) * exp(sqrt(c*n)) / (4*sqrt(Pi)*n^(3/4)), where c = Pi^2/3 + 2*log(3)^2 + 4*polylog(2, -1/3) = 4.467633549370382939364... .
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1+3*x^k)/(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A349139 A159810 A199268 * A298522 A206436 A146543
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 06 2016
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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)