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!)
A303392 Expansion of Product_{k>=1} ((1 + 4*x^k) / (1 - 4*x^k))^(1/2). 1
1, 4, 12, 52, 156, 612, 2028, 7892, 27324, 107396, 384844, 1520436, 5566876, 22069796, 81990252, 325707348, 1222582268, 4862950020, 18395472460, 73233825524, 278700724764, 1110232691108, 4245596648876, 16920914168148, 64963831455996, 259012955299396 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ sqrt(c) * 4^n / sqrt(Pi*n), where c = QPochhammer[-1, 1/4]/QPochhammer[1/4] = 3.9385207073365388638943873939345313401323799...
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[((1+4*x^k)/(1-4*x^k))^(1/2), {k, 1, nmax}], {x, 0, nmax}], x]
nmax = 30; CoefficientList[Series[(-3*QPochhammer[-4, x] / (5*QPochhammer[4, x]))^(1/2), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A149402 A045906 A025282 * A149403 A127866 A149404
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 23 2018
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)