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.

A017067 a(n) = (8*n)^3.

Original entry on oeis.org

0, 512, 4096, 13824, 32768, 64000, 110592, 175616, 262144, 373248, 512000, 681472, 884736, 1124864, 1404928, 1728000, 2097152, 2515456, 2985984, 3511808, 4096000, 4741632, 5451776, 6229504, 7077888
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A008590.

Programs

Formula

G.f.: 512*x*(1 + 4*x + x^2)/(-1+x)^4. - R. J. Mathar, Jun 24 2009
a(n) = A008590(n)^3.