A362357 Bisection of Chebyshev {S(n, 5)}_{n>=0}; the even part.
1, 24, 551, 12649, 290376, 6665999, 153027601, 3512968824, 80645255351, 1851327904249, 42499896542376, 975646292570399, 22397364832576801, 514163744856696024, 11803368766871431751, 270963317893186234249
Offset: 0
Links
Programs
-
Mathematica
Table[ChebyshevU[2*n, 5/2], {n, 0, 20}] (* Vaclav Kotesovec, May 27 2023 *)
-
PARI
a(n) = polchebyshev(2*n, 2, 5/2); \\ Michel Marcus, May 27 2023
Comments