The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A258796 a(n) = [x^n] Product_{k=1..n} 1/(x^(3*k)*(1-x^k)^3). 4
1, 15, 882, 67385, 5938518, 575782833, 59765085601, 6529604684991, 742474127495175, 87176531917206953, 10508492822243329854, 1294860745291809207237, 162553748258042032103013, 20735748733960087597815855, 2682101373558320853655174803 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * d^n / n^3, where d = 157.540286488430979726276374519534734829527107090287337321136938826336... = r^6/(r-1)^3, where r is the root of the equation polylog(2, 1-r) + log(r)^2 = 0, c = 1.797864597437050667... .
MATHEMATICA
Table[SeriesCoefficient[1/Product[x^(3*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*(3*n+5)/2}], {n, 0, 20}]
CROSSREFS
Sequence in context: A358802 A121292 A208304 * A232364 A264562 A211109
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 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)