OFFSET
0,2
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
B. T. Bennett and R. B. Potts, Arrays and brooks, J. Austral. Math. Soc., 7 (1967), 23-31. [Annotated scanned copy] See b_{n,3}.
Index entries for linear recurrences with constant coefficients, signature (6,-14,14,0,-14,14,-6,1).
FORMULA
G.f.: -x*(17*x^6+487*x^5+2108*x^4+2642*x^3+1121*x^2+103*x+2) / ((x-1)^7*(x+1)). - Colin Barker, Jul 29 2015
MATHEMATICA
Table[(36n^6-60n^5+30n^4+4n^3+8n^2-4n+1-(-1)^n)/8, {n, 0, 30}] (* or *) LinearRecurrence[{6, -14, 14, 0, -14, 14, -6, 1}, {0, 2, 115, 1783, 11758, 49304, 156633, 412589}, 30] (* Harvey P. Dale, Apr 14 2020 *)
PROG
(PARI) concat(0, Vec(-x*(17*x^6 +487*x^5 +2108*x^4 +2642*x^3 +1121*x^2 +103*x +2) / ((x -1)^7*(x +1)) + O(x^100))) \\ Colin Barker, Jul 29 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 27 2015
STATUS
approved