Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A292519 Expansion of Product_{k>=1} 1/(1 + x^(k*(k+1)/2)). 4
1, -1, 1, -2, 2, -2, 2, -2, 2, -2, 1, -1, 2, -1, 1, -3, 3, -3, 4, -4, 5, -6, 5, -6, 8, -6, 6, -8, 6, -6, 7, -5, 6, -7, 5, -7, 9, -7, 9, -11, 9, -11, 13, -10, 12, -15, 12, -14, 16, -13, 15, -15, 11, -14, 15, -11, 15, -18, 15, -19, 23, -21, 25, -27, 24, -28, 28, -24, 28, -29, 24, -28, 31, -25, 29, -33, 30, -35, 36, -35, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Convolution inverse of A024940.
The difference between the number of partitions of n into an even number of triangular numbers and the number of partitions of n into an odd number of triangular numbers.
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 + x^(k*(k+1)/2)).
MATHEMATICA
nmax = 80; CoefficientList[Series[Product[1/(1 + x^(k (k + 1)/2)), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A319244 A309286 A102671 * A037815 A347622 A297034
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Sep 18 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 August 6 02:18 EDT 2024. Contains 374957 sequences. (Running on oeis4.)