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!)
A327747 Expansion of Product_{i>=1, j>=1} 1 / (1 + (-x)^(i*j^2)). 0
1, 1, 0, 1, 0, 0, 1, 0, 1, 2, 2, 1, 1, 0, 1, 2, 1, 2, 2, 2, 1, 1, 1, 2, 3, 4, 3, 4, 4, 1, 4, 3, 4, 7, 6, 7, 6, 4, 5, 5, 7, 9, 9, 9, 8, 7, 7, 7, 10, 14, 13, 12, 14, 10, 12, 16, 13, 20, 19, 20, 20, 16, 18, 20, 22, 26, 27, 27, 28, 23, 26, 25, 31, 38, 36, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
FORMULA
G.f.: Product_{k>=1} 1 / (1 + (-x)^k)^A046951(k).
MATHEMATICA
nmax = 75; CoefficientList[Series[Product[1/(1 + (-x)^k)^Length[Select[Divisors[k], IntegerQ[Sqrt[#]] &]], {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, Sum[(-1)^k Sum[(-1)^(k/d) d Length[Select[Divisors[d], IntegerQ[Sqrt[#]] &]], {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 75}]
CROSSREFS
Sequence in context: A317950 A255212 A323011 * A282750 A265890 A226920
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 April 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)