login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078994 Determinant of n X n matrix M(n) where m(i,i)=i if i>j, m(i,j)=i-j if j>i, m(i,j)=j-i. 0

%I

%S 1,1,1,-2,-24,-138,-500,1200,56256,904912,11937696,144543360,

%T 1639736320,16965191808,141946949376,376837224448,-23412830208000,

%U -860170849536000,-22132932250013696,-501053473607319552,-10543220910009286656,-208356118642682839040

%N Determinant of n X n matrix M(n) where m(i,i)=i if i>j, m(i,j)=i-j if j>i, m(i,j)=j-i.

%o (PARI) a(n)=matdet(matrix(n,n,i,j,if(i-j,abs(i-j),i)))

%K sign

%O 0,4

%A _Benoit Cloitre_, Jan 17 2003

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 May 23 05:24 EDT 2013. Contains 225585 sequences.