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!)
A370738 a(n) = 8^n * [x^n] Product_{k>=1} (1 + 3*x^k)^(1/4). 1
1, 6, -6, 1428, -13146, 280788, -3785820, 93142824, -1851272826, 37533646212, -765409050420, 16617464296728, -357906128318628, 7730398360992840, -168750405673899000, 3719099270015849040, -82288133754592611642, 1828585054153956768612, -40828782977534929747524, 915461326204911371035320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + 3*(8*x)^k)^(1/4).
a(n) ~ (-1)^(n+1) * QPochhammer(-1/3)^(1/4) * 24^n / (4 * Gamma(3/4) * n^(5/4)).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1+3*x^k, {k, 1, nmax}]^(1/4), {x, 0, nmax}], x] * 8^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1+3*(8*x)^k, {k, 1, nmax}]^(1/4), {x, 0, nmax}], x]
CROSSREFS
Cf. A032308 (m=1), A370711 (m=2), A370712 (m=3), A370739 (m=5).
Sequence in context: A267727 A268144 A113550 * A221400 A330157 A225962
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 28 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 April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)