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!)
A158042 Determinant of power series of gamma matrix with determinant 4!. 3
24, 7200, 671832, 42120000, 2259461784, 116697218400, 6145075369464, 334042684560000, 18529848376972632, 1033842723079716000, 57545200744624079544, 3188945939520159000000, 176129265145080634433304 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = Determinant(A + A^2 + A^3 + A^4 + A^5 + ... + A^n)
where A is the submtrix A(1..5,1..5) 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) = 4! = 24.
MAPLE
seq(Determinant(sum(A^i, i=1..n)), n=1..30);
CROSSREFS
Sequence in context: A181232 A275054 A088616 * A297049 A147860 A159409
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)