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!)
A298671 Number of ordered ways of writing n^3 as a sum of n nonnegative cubes. 10
1, 1, 2, 3, 4, 5, 146, 4207, 26329, 257721, 3556495, 42685181, 631230381, 9409600499, 142557084957, 2781352245050, 52598395446786, 950288577530017, 20768368026768594, 448759012546543804, 9652848877533217174, 235179507693424886403, 5756272592837812726164, 140920987987840184113287 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^(n^3)] (Sum_{k>=0} x^(k^3))^n.
EXAMPLE
a(3) = 3 because we have [27, 0, 0], [0, 27, 0] and [0, 0, 27].
MATHEMATICA
Table[SeriesCoefficient[Sum[x^k^3, {k, 0, n}]^n, {x, 0, n^3}], {n, 0, 23}]
CROSSREFS
Sequence in context: A240695 A004867 A318842 * A073787 A274028 A037436
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 24 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 August 12 15:11 EDT 2024. Contains 375113 sequences. (Running on oeis4.)