OFFSET
0,2
COMMENTS
A diagonal of the square array A223968.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..1765
László Németh and László Szalay, Sequences Involving Square Zig-Zag Shapes, J. Int. Seq., Vol. 24 (2021), Article 21.5.2.
Index entries for linear recurrences with constant coefficients, signature (9,-28,35,-15,1).
FORMULA
MATHEMATICA
CoefficientList[Series[(1-3x+x^2)/(1-9x+28x^2-35x^3+15x^4-x^5), {x, 0, 30}], x] (* or *) LinearRecurrence[{9, -28, 35, -15, 1}, {1, 6, 27, 110, 429}, 30] (* Harvey P. Dale, Jan 26 2015 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Apr 10 2013
STATUS
approved