A158048 Determinant of power series with alternate signs of gamma matrix with determinant 5!.
120, -3120, 1657560, -462870720, 94034430600, -34709926327440, 7736751469771080, -2418878906762872320, 634745166256592831640, -175970074271706846159600, 49274372699370917797432920
Offset: 0
Keywords
Examples
a(1) = Determinant(A) = 5! = 120.
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