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!)
A284831 Expansion of Sum_{i>=1} x^(i^3)/(1 - x^(i^3)) * Product_{j>=i} 1/(1 - x^(j^3)). 1
1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 14, 16, 18, 20, 22, 26, 27, 30, 33, 36, 39, 42, 45, 51, 52, 56, 61, 65, 70, 75, 80, 89, 91, 97, 104, 110, 117, 124, 131, 143, 146, 154, 164, 171, 180, 189, 198, 213, 217, 227, 240, 248, 259, 272, 282, 301, 307, 320, 337, 347, 361, 376, 390, 414, 422, 439, 461, 474, 492, 512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Total number of smallest parts in all partitions of n into cubes (A000578).
LINKS
FORMULA
G.f.: Sum_{i>=1} x^(i^3)/(1 - x^(i^3)) * Product_{j>=i} 1/(1 - x^(j^3)).
EXAMPLE
a(10) = 12 because we have [8, 1, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1] and 2 + 10 = 12.
MATHEMATICA
nmax = 70; Rest[CoefficientList[Series[Sum[x^i^3/(1 - x^i^3) Product[1/(1 - x^j^3), {j, i, nmax}], {i, 1, nmax}], {x, 0, nmax}], x]]
CROSSREFS
Sequence in context: A178877 A011870 A361202 * A261040 A087950 A060527
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 03 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)