OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..5000
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
FORMULA
a(n) = 13*a(n-1)-78*a(n-2)+286*a(n-3)-715*a(n-4)+1287*a(n-5)-1716*a(n-6)+1716*a(n-7)-1287*a(n-8)+715*a(n-9)-286*a(n-10)+78*a(n-11)-13*a(n-12)+a(n-13). - Wesley Ivan Hurt, Jan 02 2022
MATHEMATICA
(7*Range[0, 10] + 6)^12 (* Wesley Ivan Hurt, Jan 02 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved