login
A100214
a(n) = 4*n^3 + 4.
3
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,1
REFERENCES
T. A. Gulliver, Sequences from Cubes of Integers, Int. Math. Journal, 4 (2003), 439-445.
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
MATHEMATICA
4*(Range[0, 50]^3 +1) (* G. C. Greubel, Mar 29 2024 *)
PROG
(Magma) [4*n^3+4: n in [0..40]]; // Vincenzo Librandi, Jun 15 2011
(SageMath) [4*(n^3+1) for n in range(41)] # G. C. Greubel, Mar 29 2024
CROSSREFS
Cf. A001093.
Sequence in context: A149111 A149112 A221842 * A229535 A309618 A047710
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 12 2005
STATUS
approved