OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 10, -1).
MATHEMATICA
(8*Range[0, 20])^9 (* or *) LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 134217728, 68719476736, 2641807540224, 35184372088832, 262144000000000, 1352605460594688, 5416169448144896, 18014398509481984, 51998697814228992}, 20] (* Harvey P. Dale, Dec 21 2016 *)
PROG
(Magma) [(8*n)^9: n in [0..35]]; // Vincenzo Librandi, Jul 11 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved