login
This site is supported by donations 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; internal format)
OFFSET

1,3

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: A001778 A111780 A075922 * A121974 A096048 A067638

Adjacent sequences:  A077120 A077121 A077122 * A077124 A077125 A077126

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Nov 29 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.