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.

A016803 a(n) = (4*n)^3.

Original entry on oeis.org

0, 64, 512, 1728, 4096, 8000, 13824, 21952, 32768, 46656, 64000, 85184, 110592, 140608, 175616, 216000, 262144, 314432, 373248, 438976, 512000, 592704, 681472, 778688, 884736, 1000000, 1124864, 1259712, 1404928, 1560896, 1728000, 1906624, 2097152
Offset: 0

Views

Author

Keywords

Comments

Volume of a cube with side 4n. - Wesley Ivan Hurt, Jul 05 2014

Crossrefs

Cf. A000578.
Cf. similar sequences listed in A244725.

Programs

Formula

G.f.: 64*x*(1 + 4*x + x^2)/(1 - x)^4. - Vincenzo Librandi, Jul 05 2014
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>3. - Vincenzo Librandi, Jul 05 2014
a(n) = 64 * A000578(n). - Wesley Ivan Hurt, Jul 05 2014