A281862 Riordan transform of the triangular number sequence A000217 with the Chebyshev S matrix A049310.
0, 1, 3, 4, 1, -6, -11, -6, 9, 21, 14, -12, -34, -25, 15, 50, 39, -18, -69, -56, 21, 91, 76, -24, -116, -99, 27, 144, 125, -30, -175, -154, 33, 209, 186, -36, -246, -221, 39, 286, 259, -42, -329, -300, 45, 375
Offset: 0
Programs
-
Mathematica
CoefficientList[Series[x (1 + x^2)/(1 - x + x^2)^3, {x, 0, 45}], x] (* Michael De Vlieger, Feb 18 2017 *)
Comments