A158049 Determinant of power series with alternate signs of gamma matrix with determinant 6!.
720, 95760, 323885520, 520091041680, 646101191031120, 1426723480107570960, 1908953197598354801040, 3574028285578402656777360, 5645446200753726958758372240, 9359837643523957747903959388560
Offset: 0
Keywords
Examples
a(1) = Determinant(A) = 6! = 720.
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