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!)
A298858 Number of ordered ways of writing n-th triangular number as a sum of n nonzero triangular numbers. 10
1, 1, 0, 0, 4, 11, 86, 777, 4670, 36075, 279482, 2345201, 21247326, 197065752, 1983741228, 20769081251, 228078253168, 2604226354265, 30880251148086, 379415992755572, 4818158748326064, 63116999199457944, 851467484377802094, 11811530978240316682, 168243449082524484856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
Eric Weisstein's World of Mathematics, Triangular Number
FORMULA
a(n) = [x^(n*(n+1)/2)] (Sum_{k>=1} x^(k*(k+1)/2))^n.
EXAMPLE
a(4) = 4 because fourth triangular number is 10 and we have [3, 3, 3, 1], [3, 3, 1, 3], [3, 1, 3, 3] and [1, 3, 3, 3].
MATHEMATICA
Table[SeriesCoefficient[(EllipticTheta[2, 0, Sqrt[x]]/(2 x^(1/8)) - 1)^n, {x, 0, n (n + 1)/2}], {n, 0, 24}]
CROSSREFS
Sequence in context: A000850 A004796 A320289 * A181267 A280036 A125888
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 27 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 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)