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,-8).
FORMULA
G.f.: x / ( 1-10*x+8*x^2 ). - R. J. Mathar, May 26 2011
E.g.f.: (1/sqrt(17))*exp(5*x)*sinh(sqrt(17)*x). - G. C. Greubel, Sep 15 2022
MATHEMATICA
LinearRecurrence[{10, -8}, {0, 1}, 50]
PROG
(Magma) [Round(2^(3*(n-1)/2)*Evaluate(ChebyshevU(n), 5/(2*Sqrt(2)))): n in [0..30]]; // G. C. Greubel, Sep 15 2022
(SageMath)
A190990 = BinaryRecurrenceSequence(10, -8, 0, 1)
[A190990(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