OFFSET
0,3
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (10,-6).
FORMULA
G.f.: x/(1-10*x+6*x^2). - Philippe Deléham, Oct 12 2011
From G. C. Greubel, Sep 15 2022: (Start)
a(n) = 6^((n-1)/2) * ChebyshevU(n-1, 5/sqrt(6)).
E.g.f.: (1/sqrt(19))*exp(5*x)*sinh(sqrt(19)*x). (End)
MATHEMATICA
LinearRecurrence[{10, -6}, {0, 1}, 50]
PROG
(Magma) [Round(6^((n-1)/2)*Evaluate(ChebyshevU(n), 5/Sqrt(6))): n in [0..30]]; // G. C. Greubel, Sep 15 2022
(SageMath)
A190988 = BinaryRecurrenceSequence(10, -6, 0, 1)
[A190988(n) for n in (0..30)] # G. C. Greubel, Sep 15 2022
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladimir Joseph Stephan Orlovsky, May 24 2011
STATUS
approved