OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (6, -15, 20, -15, 6, -1).
MATHEMATICA
(8*Range[0, 20]+7)^5 (* or *) LinearRecurrence[{6, -15, 20, -15, 6, -1}, {16807, 759375, 6436343, 28629151, 90224199, 229345007}, 20] (* Harvey P. Dale, Oct 23 2024 *)
PROG
(Magma) [(8*n+7)^5: n in [0..35]]; // Vincenzo Librandi, Jul 22 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved