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!)
A284467 Expansion of Product_{k>=1} (1 + x^(2*k-1))^(2*k-1)/(1 + x^(2*k))^(2*k). 4
1, 1, -2, 1, 2, -2, 0, -5, 10, 1, -15, 10, -1, 18, -39, 4, 50, -24, -14, -69, 165, -70, -83, -20, 154, 161, -550, 313, 55, 410, -960, 102, 1074, -406, -506, -1344, 3581, -1791, -833, -1833, 4995, 205, -6993, 2982, 2461, 7649, -19791, 9495, 4986, 9581, -26745, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 + x^k)^2)). - Ilya Gutkovskiy, Jun 20 2018
MAPLE
N:= 100: # to get a(0)..a(N)
P:= mul((1+x^(2*k-1))^(2*k-1)/(1+x^(2*k))^(2*k), k=1..N/2):
S:= series(P, x, N+1):
seq(coeff(S, x, j), j=0..N); # Robert Israel, Apr 16 2017
MATHEMATICA
nmax = 60; CoefficientList[Series[Product[(1 + x^(2*k-1))^(2*k-1)/(1 + x^(2*k))^(2*k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 15 2017 *)
CROSSREFS
Sequence in context: A008441 A253183 A108804 * A200227 A316230 A127249
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 15 2017
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 5 10:11 EDT 2024. Contains 372269 sequences. (Running on oeis4.)