A158050 Determinant of power series with alternate signs of gamma matrix with determinant 7!.
5040, -4137840, 99515142720, -1122871063189680, 9688118420572305840, -150299359081533202947840, 1405831144255746621131643120, -18442639987146150894175704882480, 203561673763315319923663885655833920
Offset: 0
Keywords
Examples
a(1) = Determinant(A) = 7! = 5040.
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..20);
Comments