The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A321431 Expansion of Product_{i>0, j>0} 1/(1 - x^(i^2 + j^2)). 4
1, 0, 1, 0, 1, 2, 1, 2, 2, 2, 7, 2, 7, 6, 7, 14, 8, 16, 18, 16, 34, 20, 38, 40, 39, 68, 54, 78, 91, 84, 143, 116, 161, 184, 185, 270, 252, 312, 372, 372, 518, 494, 607, 704, 736, 944, 965, 1130, 1311, 1378, 1723, 1784, 2081, 2360, 2548, 3048, 3250, 3704, 4196, 4544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: Product_{k>0} 1/(1 - x^k)^A063725(k).
MATHEMATICA
nmax = 100; A063725 = Rest[CoefficientList[Series[(EllipticTheta[3, 0, x] - 1)^2/4, {x, 0, nmax}], x]]; s = 1; Do[s *= Sum[(-1)^j*Binomial[A063725[[k]], j]*x^(j*k), {j, 0, nmax/k}]; s = Expand[s]; s = Take[s, Min[nmax + 1, Exponent[s, x] + 1, Length[s]]]; , {k, 2, nmax}]; CoefficientList[Series[1/s, {x, 0, nmax}], x] (* Vaclav Kotesovec, Nov 09 2018 *)
CROSSREFS
Convolution inverse of A321430.
Sequence in context: A108115 A089254 A279861 * A338984 A140085 A071445
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 09 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 May 18 19:36 EDT 2024. Contains 372666 sequences. (Running on oeis4.)