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).
MATHEMATICA
(5Range[0, 26] + 4)^3 (* Alonso del Arte, Oct 10 2017 *)
LinearRecurrence[{4, -6, 4, -1}, {64, 729, 2744, 6859}, 30] (* Harvey P. Dale, Apr 14 2019 *)
PROG
(Magma) [(5*n+4)^3: n in [0..50]]; // Vincenzo Librandi, May 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved