A158043 Determinant of power series of gamma matrix with determinant 5!.
120, 207600, 96647880, 30798705600, 8636938282920, 2309545097941200, 608543327609001240, 160948481103837273600, 43112754053898172364280, 11708778018848186302158000, 3213002829193456223967295560
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,i=1..n)),n=1..30);
Comments