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!)
A281666 Expansion of Sum_{i>=1} x^(i*(i+1)/2)/(1 + x^(i*(i+1)/2)) * Product_{j>=1} (1 + x^(j*(j+1)/2)). 1
1, 0, 1, 2, 0, 1, 2, 0, 2, 4, 2, 0, 2, 3, 1, 4, 3, 2, 6, 4, 3, 5, 0, 5, 9, 3, 2, 7, 6, 3, 11, 10, 0, 9, 12, 3, 11, 10, 8, 11, 8, 9, 9, 6, 12, 19, 15, 7, 15, 16, 4, 20, 21, 10, 23, 24, 10, 16, 19, 18, 20, 20, 17, 24, 27, 18, 28, 26, 19, 33, 30, 12, 33, 39, 25, 36, 38, 16, 32, 44, 29, 41, 48, 37, 41, 45, 33, 39, 44, 41 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Total number of parts in all partitions of n into distinct nonzero triangular numbers (A000217).
LINKS
FORMULA
G.f.: Sum_{i>=1} x^(i*(i+1)/2)/(1 + x^(i*(i+1)/2)) * Product_{j>=1} (1 + x^(j*(j+1)/2)).
EXAMPLE
a(10) = 4 because we have [10], [6, 3, 1] and 1 + 3 = 4.
MATHEMATICA
nmax = 90; Rest[CoefficientList[Series[Sum[x^(i (i + 1)/2)/(1 + x^(i (i + 1)/2)), {i, 1, nmax}] Product[1 + x^(j (j + 1)/2), {j, 1, nmax}], {x, 0, nmax}], x]]
CROSSREFS
Sequence in context: A321457 A029299 A309953 * A049803 A331843 A330635
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 26 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 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)