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.

A017211 a(n) = (9*n + 4)^3.

Original entry on oeis.org

64, 2197, 10648, 29791, 64000, 117649, 195112, 300763, 438976, 614125, 830584, 1092727, 1404928, 1771561, 2197000, 2685619, 3241792, 3869893, 4574296, 5359375, 6229504, 7189057, 8242408
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A000578 (n^3), A017209 (9*n+4).

Programs

Formula

a(n) = A017209(n)^3 = A000578(A017209(n)). - Wesley Ivan Hurt, Jan 22 2014
G.f.: (64+1941*x+2244*x^2+125*x^3)/(x-1)^4. - R. J. Mathar, Jul 14 2016
a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4). - Wesley Ivan Hurt, May 26 2024