OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (7,-21,35,-35,21,-7,1).
FORMULA
G.f.: ( -64 - 1771113*x - 51600417*x^2 - 184023862*x^3 - 129170742*x^4 - 15953673*x^5 - 117649*x^6 ) / (x-1)^7. - R. J. Mathar, Jul 14 2016
a(n) = 7*a(n-1)-21*a(n-2)+35*a(n-3)-35*a(n-4)+21*a(n-5)-7*a(n-6)+a(n-7). - Wesley Ivan Hurt, Apr 24 2021
MATHEMATICA
(9Range[0, 20]+2)^6 (* Harvey P. Dale, Apr 08 2011 *)
PROG
(Magma) [(9*n+2)^6: n in [0..20]]; // Vincenzo Librandi, Jul 23 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
