OFFSET
0,2
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
N. J. A. Sloane, Graphs for A244869-A244876.
R. P. Stanley, Examples of Magic Labelings, Unpublished Notes, 1973 [Cached copy, with permission]
Index entries for linear recurrences with constant coefficients, signature (7,-20,28,-14,-14,28,-20,7,-1).
FORMULA
G.f.: (1 + 14*x + 52*x^2 + 77*x^3 + 52*x^4 + 14*x^5 + x^6) / ((1 - x)^8*(1 + x)).
a(n) = (315*(255+(-1)^n) + 306144*n + 498456*n^2 + 452312*n^3 + 250530*n^4 + 86576*n^5 + 17724*n^6 + 1688*n^7) / 80640. - Colin Barker, Jan 11 2017
PROG
(PARI) Vec((1 + 14*x + 52*x^2 + 77*x^3 + 52*x^4 + 14*x^5 + x^6) / ((1 - x)^8*(1 + x)) + O(x^40)) \\ Colin Barker, Jan 11 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 08 2014
STATUS
approved