OFFSET
0,10
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
David Broadhurst, Feynman integrals, L-series and Kloosterman moments, arXiv:1604.03057, 2016. See Eq. 47.
Index entries for linear recurrences with constant coefficients, signature (0,0,0,1,0,1,0,0,0,-1).
FORMULA
a(n) = a(n-4)+a(n-6)-a(n-10) for n>10. - Colin Barker, Apr 14 2016
MATHEMATICA
LinearRecurrence[{0, 0, 0, 1, 0, 1, 0, 0, 0, -1}, {0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 1}, 120] (* Harvey P. Dale, Mar 24 2018 *)
PROG
(PARI) concat(vector(5), Vec(x^5*(1+x^2+x^4+x^5)/((1-x)^2*(1+x)^2*(1-x+x^2)*(1+x^2)*(1+x+x^2)) + O(x^50))) \\ Colin Barker, Apr 14 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Apr 12 2016
STATUS
approved