A017547 a(n) = (12n + 2)^3.
8, 2744, 17576, 54872, 125000, 238328, 405224, 636056, 941192, 1331000, 1815848, 2406104, 3112136, 3944312, 4913000, 6028568, 7301384, 8741816, 10360232, 12167000, 14172488, 16387064, 18821096, 21484952, 24389000, 27543608
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (4, -6, 4, -1).
Programs
-
Mathematica
Table[(12*n+2)^3,{n,0,5!}] (* Vladimir Joseph Stephan Orlovsky, Mar 17 2010 *) CoefficientList[Series[(8 + 2712 x + 6648 x^2 + 1000 x^3) / (1-x)^4, {x, 0, 40}], x] (* Vincenzo Librandi, Dec 28 2014 *)
Formula
a(n) = A017545(n)^3. - Michel Marcus, Dec 28 2014
G.f.: (8 + 2712*x + 6648*x^2 + 1000*x^3)/(1-x)^4. - Vincenzo Librandi, Dec 28 2014
Extensions
More terms from Vladimir Joseph Stephan Orlovsky, Mar 17 2010