OFFSET
0,2
COMMENTS
Sum of all first elements at level n of the TRIP-Stern sequence corresponding to the permutation triple (e,e,e)
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Ilya Amburg, Krishna Dasaratha, Laure Flapan, Thomas Garrity, Chansoo Lee, Cornelia Mihaila, Nicholas Neumann-Chun, Sarah Peluse, Matthew Stoffregen, Stern Sequences for a Family of Multidimensional Continued Fractions: TRIP-Stern Sequences, arXiv:1509.05239 [math.CO], 2015, Section 7.2.1
Index entries for linear recurrences with constant coefficients, signature (4,-5,4).
MATHEMATICA
CoefficientList[Series[(x - 1)^2/(1 - 4*x + 5*x^2 - 4*x^3), {x, 0, 50}], x] (* G. C. Greubel, May 01 2017 *)
PROG
(PARI) x='x+O('x^99); Vec((x-1)^2/(1-4*x+5*x^2-4*x^3)) \\ Altug Alkan, Apr 16 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Apr 16 2016
STATUS
approved