OFFSET
0,1
REFERENCES
Cornelius Lanczos, Applied Analysis, Prentice-Hall, Englewood Cliffs, NJ, 1956, p. 518.
Theodore J. Rivlin, Chebyshev polynomials: from approximation theory to algebra and number theory, 2nd ed., Wiley, New York, 1990.
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (40,-720,7680,-53760,258048,-860160,1966080,-2949120,2621440,-1048576).
FORMULA
G.f.: (1+40*x+80*x^2)*(5+40*x+16*x^2)/(1-4*x)^10.
From Amiram Eldar, Oct 30 2025: (Start)
Sum_{n>=0} 1/a(n) = 3351057/35 + 236232*log(2) - 236196*log(3).
Sum_{n>=0} (-1)^n/a(n) = -244401/35 + 24192*arctan(1/2) - 18972*log(5/4). (End)
MATHEMATICA
Table[2^(2*n-1)*Binomial[2*n+10, 9], {n, 0, 20}] (* G. C. Greubel, Jul 22 2019 *)
PROG
(PARI) vector(20, n, n--; 2^(2*n-1)*binomial(2*n+10, 9)) \\ G. C. Greubel, Jul 22 2019
(Magma) [2^(2*n-1)*Binomial(2*n+10, 9): n in [0..20]]; // G. C. Greubel, Jul 22 2019
(SageMath) [2^(2*n-1)*binomial(2*n+10, 9) for n in (0..20)] # G. C. Greubel, Jul 22 2019
(GAP) List([0..20], n-> 2^(2*n-1)*Binomial(2*n+10, 9)); # G. C. Greubel, Jul 22 2019
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
STATUS
approved
