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!)
A176050 Det(M) where M is an n X n antisymmetric matrix with M(i,j) = n for i < j. 0
0, 4, 0, 256, 0, 46656, 0, 16777216, 0, 10000000000, 0, 8916100448256, 0, 11112006825558016, 0, 18446744073709551616, 0, 39346408075296537575424, 0, 104857600000000000000000000, 0, 341427877364219557396646723584, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a[i_, j_][n_] := Which[i < j, n, i > j, -n, True, 0]; M[n_] := Table[a[i, j][n], {i, n}, {j, n}]; Table[Det[M[n]], {n, 1, 50}]
CROSSREFS
Sequence in context: A265596 A119010 A255018 * A099841 A013452 A013453
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)