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!)
A158049 Determinant of power series with alternate signs of gamma matrix with determinant 6!. 1
720, 95760, 323885520, 520091041680, 646101191031120, 1426723480107570960, 1908953197598354801040, 3574028285578402656777360, 5645446200753726958758372240, 9359837643523957747903959388560 (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..7,1..7) 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)!.
REFERENCES
G. Balzarotti and P. P. Lava, Le sequenze di numeri interi, Hoepli, 2008.
LINKS
EXAMPLE
a(1) = Determinant(A) = 6! = 720.
MAPLE
seq(Determinant(sum(A^i*(-1)^(i-1), i=1..n)), n=1..30);
CROSSREFS
Sequence in context: A246217 A364771 A003931 * A294705 A222004 A047803
KEYWORD
nonn
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 April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)