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!)
A077123 Let M_n be the n X n matrix M_(i,j) = i!-j! then the characteristic polynomial of M_n = x^n+a(n)*x^(n-2). 0
0, 1, 42, 1379, 51676, 2438373, 146581550, 11075609047, 1032628339584, 116710488322601, 15741160102417618, 2499106917666707835, 461526692949421538852, 98124338524653370059469 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) a(n)=polcoeff(charpoly(matrix(n, n, i, j, i!-j!)), n-2)
(PARI) a(n)=sum(i=1, n, sum(j=1, i-1, (i!-j!)^2))
CROSSREFS
Sequence in context: A331805 A348775 A238537 * A121974 A096048 A215301
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Nov 29 2002
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 11 20:45 EDT 2024. Contains 372414 sequences. (Running on oeis4.)