OFFSET
0,2
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
Murray R.Spiegel, Calculus of Finite Differences and Difference Equations, "Schaum's Outline Series", McGraw-Hill, 1971, pp. 10-20, 79-94.
LINKS
Index entries for linear recurrences with constant coefficients, signature (8,-28,56,-70,56,-28,8,-1).
FORMULA
a(n) = (9n+7)*C(n+6, 6)/7.
G.f.: (1+8*x)/(1-x)^8.
MATHEMATICA
LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {1, 16, 100, 408, 1290, 3432, 8052, 17160}, 30] (* Harvey P. Dale, May 28 2018 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Barry E. Williams, Jan 28 2000
STATUS
approved