OFFSET
0,5
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
Roberto De Maria Nunes Mendes, Symmetries of spherical harmonics, Transactions of the American Mathematical Society 204 (1975): 161-178. See subgroup 105.
Index entries for linear recurrences with constant coefficients, signature (0,1,1,1,-1,-1,-1,0,1).
FORMULA
a(n) = a(n-2) + a(n-3) + a(n-4) - a(n-5) - a(n-6) - a(n-7) + a(n-9) for n>8. - Colin Barker, Oct 09 2018
MATHEMATICA
LinearRecurrence[{0, 1, 1, 1, -1, -1, -1, 0, 1}, {1, 0, 1, 0, 3, 0, 4, 1, 6}, 80] (* Harvey P. Dale, Jan 31 2022 *)
PROG
(PARI) Vec((1 - x^3 + x^4 + x^6) / ((1 - x)^3*(1 + x)^2*(1 + x^2)*(1 + x + x^2)) + O(x^80)) \\ Colin Barker, Oct 09 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Oct 08 2018
STATUS
approved
