A104027 Triangle, read by rows, equal to the matrix inverse of A056241, which is formed from the even-indexed trinomial coefficients.
1, -1, 1, 2, -3, 1, -7, 12, -6, 1, 41, -73, 41, -10, 1, -376, 675, -390, 105, -15, 1, 5033, -9048, 5256, -1446, 225, -21, 1, -92821, 166901, -97034, 26796, -4242, 427, -28, 1, 2257166, -4058703, 2359939, -652054, 103515, -10570, 742, -36, 1, -69981919, 125837748, -73169550, 20218251, -3210939
Offset: 0
Examples
Rows begin: 1; -1,1; 2,-3,1; -7,12,-6,1; 41,-73,41,-10,1; -376,675,-390,105,-15,1; 5033,-9048,5256,-1446,225,-21,1; -92821,166901,-97034,26796,-4242,427,-28,1; 2257166,-4058703,2359939,-652054,103515,-10570,742,-36,1; ...
Programs
-
PARI
T(n,k)=if(n
Comments