A158047 Determinant of power series with alternate signs of gamma matrix with determinant 4!.
24, 144, 13896, 842400, 36604920, 2333944368, 126441557448, 6680853691200, 387982670513688, 20676854461594320, 1158249535425969384, 63778918790403180000, 3507499386329443453752, 194248225087593045241968
Offset: 0
Keywords
Examples
a(1) = Determinant(A) = 4! = 24.
References
- G. Balzarotti and P. P. Lava, Le sequenze di numeri interi, Hoepli, 2008.
Programs
-
Maple
seq(Determinant(sum(A^i*(-1)^(i-1),i=1..n)),n=1..30);
Comments