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!)
A370712 a(n) = 3^n * [x^n] Product_{k>=1} (1 + 3*x^k)^(1/3). 4
1, 3, 0, 99, -270, 2430, -10287, 105462, -750141, 5702481, -42623901, 347424633, -2779077762, 22353287634, -181730796723, 1493711042589, -12321529794261, 102125312638713, -850797139405887, 7120067746384863, -59800770201017934, 503922807927384129, -4259721779079782751 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + 3*(3*x)^k)^(1/3).
a(n) ~ (-1)^(n+1) * c * 9^n / n^(4/3), where c = QPochhammer(-1/3)^(1/3) / (3*Gamma(2/3)) = 0.26286302373105271371291957730496322329245126572...
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[(1 + 3*x^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
nmax = 30; CoefficientList[Series[Product[(1 + 3*(3*x)^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x]
nmax = 30; CoefficientList[Series[(QPochhammer[-3, x]/4)^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
CROSSREFS
Sequence in context: A013243 A013244 A322458 * A372314 A266380 A076951
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 27 2024
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 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)