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!)
A370750 a(n) = 9^n * [x^n] Product_{k>=1} ((1 + 2*x^k)/(1 - 2*x^k))^(1/3). 2
1, 12, 180, 3852, 50436, 947052, 14087844, 245858652, 3531115620, 64019229660, 950199749748, 16959724619004, 256888616329044, 4642974930688812, 71716402072904724, 1308491345357401068, 20501966472318764388, 376230182366985289164, 5987314157007778195716, 110286515004790197907836 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=1} ((1 + 2*(9*x)^k)/(1 - 2*(9*x)^k))^(1/3).
a(n) ~ QPochhammer(-1, 1/2)^(1/3) * 18^n / (Gamma(1/3) * QPochhammer(1/2)^(1/3) * n^(2/3)).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1 + 2*x^k)/(1 - 2*x^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x] * 9^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[(1 + 2*(9*x)^k)/(1 - 2*(9*x)^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A318245 A051609 A001814 * A327079 A013924 A145560
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 29 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 3 12:43 EDT 2024. Contains 372212 sequences. (Running on oeis4.)