OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
From Ilya Gutkovskiy, May 26 2016: (Start)
O.g.f.: (27 + 404*x + 311*x^2 + 8*x^3)/(1 - x)^4.
E.g.f.: (27 + 485*x + 600*x^2 + 125*x^3)*exp(x). (End)
MATHEMATICA
(5 Range[0, 30] + 3)^3 (* or *) LinearRecurrence[{4, -6, 4, -1}, {27, 512, 2197, 5832}, 30] (* Harvey P. Dale, Nov 26 2014 *)
Table[(5 n + 3)^3, {n, 0, 40}] (* Vincenzo Librandi, May 26 2016 *)
PROG
(Magma) [(5*n+3)^3: n in [0..40]]; // Vincenzo Librandi, May 26 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved