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!)
A327746 Expansion of Product_{i>=1, j>=1} 1 / (1 + (-x)^(i*(2*j - 1))). 0
1, 1, 0, 2, 2, 2, 3, 3, 6, 7, 8, 9, 14, 16, 17, 26, 30, 35, 43, 52, 62, 77, 87, 104, 133, 152, 173, 212, 251, 287, 344, 397, 465, 549, 627, 729, 864, 986, 1127, 1325, 1524, 1740, 2009, 2306, 2641, 3047, 3455, 3942, 4549, 5157, 5846, 6700, 7605, 8608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
G.f.: Product_{k>=1} 1 / (1 + (-x)^k)^A001227(k).
MATHEMATICA
nmax = 53; CoefficientList[Series[Product[1/(1 + (-x)^k)^DivisorSum[k, Mod[#, 2] &], {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[(-1)^k Sum[(-1)^(k/d) d DivisorSum[d, Mod[#, 2] &], {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 53}]
CROSSREFS
Sequence in context: A374436 A082861 A131704 * A348626 A124492 A338629
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 23 2019
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 16 10:27 EDT 2024. Contains 374345 sequences. (Running on oeis4.)