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!)
A258792 a(n) = [x^n] Product_{k=1..n} 1/(x^k*(1-x^k)^3). 4
1, 6, 69, 915, 12978, 194688, 3051617, 49526487, 826910754, 14135805042, 246508115583, 4372617452085, 78714369892152, 1435357362134796, 26472477913596486, 493178852479545556, 9270953614684288962, 175695092091980786166, 3354069936616380522256 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * d^n / n^3, where d = 22.0610202494679061193859054301626736218023392292898139172609021542610... = r^4/(r-1)^3, where r is the root of the equation polylog(2, 1-r) + (2*log(r)^2)/3 = 0, c = 20.953639522741... .
MATHEMATICA
Table[SeriesCoefficient[1/Product[x^k*(1-x^k)^3, {k, 1, n}], {x, 0, n}], {n, 0, 20}]
Table[SeriesCoefficient[1/Product[1-x^k, {k, 1, n}]^3, {x, 0, n*(n+3)/2}], {n, 0, 20}]
CROSSREFS
Sequence in context: A201535 A198699 A346938 * A214694 A347674 A234509
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 10 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 May 7 12:11 EDT 2024. Contains 372303 sequences. (Running on oeis4.)