OFFSET
0,7
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (2,-1,0,0,0,0,0,0,0,0,1,-2,1).
FORMULA
From R. J. Mathar, Apr 15 2010: (Start)
a(n) = 2*a(n - 1) - a(n - 2) + a(n - 11) - 2*a(n - 12) + a(n - 13).
G.f.: x^4*(x^2 - x + 1)*(1 + x^4)/ ((1 - x)^3 * (1 + x + x^2 + x^3 + x^4 + x^5 + x^6 + x^7 + x^8 + x^9 + x^10)). (End)
MATHEMATICA
LinearRecurrence[{2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1}, {0, 0, 0, 0, 1, 1, 2, 3, 5, 6, 8, 10, 12}, 64] (* Peter Luschny, Aug 13 2021 *)
Table[Floor[(n(n-1))/11], {n, 0, 70}] (* Harvey P. Dale, Mar 03 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved