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!)
A370710 a(n) = 3^n * [x^n] Product_{k>=1} 1/(1 - 3*x^k)^(1/3). 4
1, 3, 27, 180, 1431, 10206, 83025, 641277, 5264109, 42896790, 357649587, 2989185039, 25284805857, 214547921451, 1832454271926, 15702526829196, 135091225972926, 1165383100947105, 10081310266960155, 87401262194470719, 759320707197024909, 6608561546767471227, 57610976508944343963 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 - 3*(3*x)^k)^(1/3).
a(n) ~ c * 9^n / n^(2/3), where c = 1 / (Gamma(1/3) * QPochhammer(1/3)^(1/3)) = 0.45283708537555770181385241925945547307046394744...
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[1/(1-3*x^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
nmax = 25; CoefficientList[Series[Product[1/(1-3*(3*x)^k), {k, 1, nmax}]^(1/3), {x, 0, nmax}], x]
nmax = 25; CoefficientList[Series[(-2/QPochhammer[3, x])^(1/3), {x, 0, nmax}], x] * 3^Range[0, nmax]
CROSSREFS
Sequence in context: A027507 A297670 A220820 * A241271 A222015 A127215
KEYWORD
nonn
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 June 9 07:31 EDT 2024. Contains 373229 sequences. (Running on oeis4.)