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.

A100214 a(n) = 4*n^3 + 4.

Original entry on oeis.org

4, 8, 36, 112, 260, 504, 868, 1376, 2052, 2920, 4004, 5328, 6916, 8792, 10980, 13504, 16388, 19656, 23332, 27440, 32004, 37048, 42596, 48672, 55300, 62504, 70308, 78736, 87812, 97560, 108004, 119168, 131076, 143752, 157220, 171504, 186628, 202616, 219492
Offset: 0

Views

Author

N. J. A. Sloane, Jan 12 2005

Keywords

References

  • T. A. Gulliver, Sequences from Cubes of Integers, Int. Math. Journal, 4 (2003), 439-445.

Crossrefs

Cf. A001093.

Programs

Formula

From R. J. Mathar, Feb 26 2008: (Start)
O.g.f.: 28/(1-x)^2 - 48/(1-x)^3 + 24/(1-x)^4.
a(n) = 4*A001093(n). (End)
E.g.f.: 4*(1 + x + 3*x^2 + x^3)*exp(x). - G. C. Greubel, Mar 29 2024