A111818 Matrix log of triangle A078536, which shifts columns left and up under matrix 4th power; these terms are the result of multiplying each element in row n and column k by (n-k)!.
0, 1, 0, -2, 4, 0, 2, -8, 16, 0, 840, 8, -32, 64, 0, -76056, 3360, 32, -128, 256, 0, -158761104, -304224, 13440, 128, -512, 1024, 0, 390564896784, -635044416, -1216896, 53760, 512, -2048, 4096, 0, 14713376473366656, 1562259587136, -2540177664, -4867584, 215040, 2048, -8192, 16384, 0
Offset: 0
Examples
Matrix log of A078536, with factorial denominators, begins: 0; 1/1!, 0; -2/2!, 4/1!, 0; 2/3!, -8/2!, 16/1!, 0; 840/4!, 8/3!, -32/2!, 64/1!, 0; -76056/5!, 3360/4!, 32/3!, -128/2!, 256/1!, 0; -158761104/6!, -304224/5!, 13440/4!, 128/3!, -512/2!, 1024/1!, 0;
Crossrefs
Programs
-
PARI
T(n,k,q=4)=local(A=Mat(1),B);if(n
Formula
T(n, k) = 4^k*T(n-k, 0) = A111819(n-k) for n>=k>=0.
Comments