OFFSET
0,2
COMMENTS
This is row/column 12 of the Delannoy numbers array, A008288, which is the main entry for these numbers, listing many more properties. - Peter Munn, Jan 05 2023
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
FORMULA
G.f.: (1+x)^12/(1-x)^13.
MATHEMATICA
CoefficientList[Series[(1 + x)^12/(1 - x)^13, {x, 0, 30}], x] (* Bruno Berselli, Apr 17 2014 *)
PROG
(PARI) Vec((1+x)^12/(1-x)^13+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
(Magma) m:=30; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1+x)^12/(1-x)^13)); // Bruno Berselli, Apr 17 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. K. Guy, Apr 07 2000
STATUS
approved