cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A303169 a(n) = [x^(n^3)] (1/(1 - x))*(Sum_{k>=0} x^(k^3))^n.

Original entry on oeis.org

1, 2, 6, 30, 241, 2093, 23059, 276056, 3657901, 51751598, 792918670, 13031054778, 228632547574, 4247832219975, 83138970732860, 1710953260292025, 36844216654753387, 827664913984323748, 19363023028132371129, 470436686367280495474, 11843579175327033093769
Offset: 0

Views

Author

Ilya Gutkovskiy, Apr 19 2018

Keywords

Comments

Number of nonnegative solutions to (x_1)^3 + (x_2)^3 + ... + (x_n)^3 <= n^3.

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/(1 - x) Sum[x^k^3, {k, 0, n}]^n, {x, 0, n^3}], {n, 0, 20}]
Showing 1-1 of 1 results.