cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A127235 a(n) = n! (2*sum(1..n-1))!.

Original entry on oeis.org

1, 4, 4320, 11496038400, 291948240981196800000, 190982059064777562218142105600000000, 7081230833474514688657438735472338312479375360000000000
Offset: 1

Views

Author

Artur Jasinski, Jan 09 2007, Jan 11 2007

Keywords

Comments

Number of distinct n x n matrices containing n^2 different elements which have that same trace.

Crossrefs

Programs

  • Mathematica
    Table[n! (2*Sum[x, {x, 1, n - 1}])!, {n, 1, 10}]