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.

A357178 First differences of cubes of triangular numbers.

Original entry on oeis.org

0, 1, 26, 189, 784, 2375, 5886, 12691, 24704, 44469, 75250, 121121, 187056, 279019, 404054, 570375, 787456, 1066121, 1418634, 1858789, 2402000, 3065391, 3867886, 4830299, 5975424, 7328125, 8915426, 10766601, 12913264, 15389459, 18231750, 21479311, 25174016, 29360529
Offset: 0

Views

Author

Kelvin Voskuijl, Sep 16 2022

Keywords

Comments

Row sums of centered hexagonal numbers A003215 treated as a regular triangle.

Crossrefs

Cf. A059827 (cubes of triangular numbers).
Cf. A000578 (for squares) and A168364 (for fourth powers) of triangular numbers.
Cf. A000217 (triangular numbers), A003215.

Programs

Formula

a(n) = (n^3 + 3*n^5)/4.
G.f.: x*(1 + 20*x + 48*x^2 + 20*x^3 + x^4)/(1 - x)^6. - Stefano Spezia, Sep 19 2022