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!)
A303438 Expansion of Product_{k>=1} ((1 + 2^k*x^k)/(1 - 2^k*x^k))^(1/2^k). 4
1, 2, 4, 10, 18, 38, 80, 158, 292, 630, 1260, 2470, 4922, 9706, 19392, 41010, 78466, 155494, 318764, 625670, 1238854, 2567666, 5106208, 10122522, 20022960, 40082154, 80027140, 163330106, 324201942, 643489014, 1306843568, 2592220110, 5081546084 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) / 2^n tends to 1.2036... - Vaclav Kotesovec, Apr 25 2018
LINKS
FORMULA
G.f.: exp(Sum_{j>=1} ((-1)^j - 1) / (j*(1 - 1/(2^(j-1)*x^j))) )). - Vaclav Kotesovec, Apr 25 2018
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[((1 + 2^k*x^k)/(1 - 2^k*x^k))^(1/2^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 24 2018 *)
nmax = 30; CoefficientList[Series[Exp[Sum[((-1)^j - 1) / (j*(1 - 1/(2^(j - 1)*x^j))), {j, 1, nmax}]], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 25 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1+2^k*x^k)/(1-2^k*x^k))^(1/2^k)))
CROSSREFS
Sequence in context: A218008 A303346 A197049 * A348396 A104723 A206140
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 24 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 July 6 14:15 EDT 2024. Contains 374057 sequences. (Running on oeis4.)