The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158050 Determinant of power series with alternate signs of gamma matrix with determinant 7!. 2
5040, -4137840, 99515142720, -1122871063189680, 9688118420572305840, -150299359081533202947840, 1405831144255746621131643120, -18442639987146150894175704882480, 203561673763315319923663885655833920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = Determinant(A - A^2 + A^3 - A^4 + A^5 - ... - (-1)^n*A^n)
where A is the submatrix A(1..8,1..8) of the matrix with factorial determinant
A= [[1,1,1,1,1,1,...], [1,2,1,2,1,2,...], [1,2,3,1,2,3,...], [1,2,3,4,1,2,...], [1,2,3,4,5,1,...], [1,2,3,4,5,6,...], ...]; note: Determinant A(1..n,1..n) = (n-1)!.
a(n) is even with respect to signs of power of A.
REFERENCES
G. Balzarotti and P. P. Lava, Le sequenze di numeri interi, Hoepli, 2008
LINKS
EXAMPLE
a(1) = Determinant(A) = 7! = 5040.
MAPLE
seq(Determinant(sum(A^i*(-1)^(i-1), i=1..n)), n=1..20);
CROSSREFS
Sequence in context: A178140 A180369 A053876 * A063411 A008552 A221437
KEYWORD
sign
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)