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!)
A316788 Expansion of Product_{k>=1} (1 - x^(k*(k+1)/2)) / (1 + x^(k*(k+1)/2)). 1
1, -2, 2, -4, 6, -6, 6, -6, 6, -4, 0, 2, -2, 6, -10, 6, -2, 2, 2, -10, 16, -18, 18, -22, 26, -18, 10, -12, 4, 10, -14, 18, -22, 24, -26, 18, -8, 6, 6, -24, 28, -34, 44, -38, 30, -28, 14, 2, -10, 22, -28, 36, -50, 38, -30, 44, -28, 0, 2, -10, 34, -54, 66, -66, 70, -82, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
For n <= 10^4, a(n) = 0 for n = 10, 57, 78, 136, 141.
LINKS
FORMULA
Convolution inverse of A280366.
MAPLE
seq(coeff(series(mul((1-x^(k*(k+1)/2))/(1+x^(k*(k+1)/2)), k=1..n), x, n+1), x, n), n=0..70); # Muniru A Asiru, Jul 14 2018
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1 - x^(k*(k+1)/2)) / (1 + x^(k*(k+1)/2)), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Jul 14 2018 *)
CROSSREFS
Sequence in context: A351746 A118960 A107797 * A038759 A045999 A075569
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 13 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 19 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)