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!)
A369573 Expansion of Product_{k>=1} (1 + x^(k^2)) / (1 - x^(k^3)). 2
1, 2, 2, 2, 3, 4, 4, 4, 5, 7, 8, 8, 9, 11, 12, 12, 14, 17, 18, 18, 20, 23, 24, 24, 26, 31, 34, 35, 38, 43, 46, 47, 50, 55, 59, 61, 66, 73, 77, 79, 84, 92, 97, 100, 106, 115, 121, 124, 130, 140, 148, 152, 161, 174, 183, 188, 197, 210, 220, 226, 235, 251, 264, 272 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A033461 and A003108.
a(n) is the number of pairs (Q(k), P(n-k)), 0<=k<=n, where Q(k) is a partition of k into distinct squares and P(n-k) is a partition of n-k into cubes.
LINKS
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[(1+x^(k^2))/(1-x^(k^3)), {k, 1, nmax^(1/2)}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A029077 A112176 A112205 * A117953 A128331 A084827
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jan 26 2024
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 30 12:31 EDT 2024. Contains 372134 sequences. (Running on oeis4.)