OFFSET
1,6
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..1000
J. Freixas and S. Kurz, The golden number and Fibonacci sequences in the design of voting structures, 2012.
J. Freixas and S. Kurz, The golden number and Fibonacci sequences in the design of voting structures, arXiv:1401.8180 [math.CO], 2014.
Index entries for linear recurrences with constant coefficients, signature (6,-14,15,-5,-4,4,-1).
FORMULA
G.f.: x^5*(x+1)^2 / ((x-1)^5*(x^2+x-1)). [Colin Barker, Jan 03 2013]
MATHEMATICA
Table[Fibonacci[n + 8] - n*(n*(n*(n - 2) + 26) + 47)/6 - 22, {n, 50}] (* or *)
LinearRecurrence[{6, -14, 15, -5, -4, 4, -1}, {0, 0, 0, 0, 1, 8, 35}, 50] (* Paolo Xausa, Mar 19 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 29 2012
STATUS
approved