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.

A180087 Upper bound for the determinant of a matrix whose entries are a permutation of 1, ..., n^2.

Original entry on oeis.org

1, 11, 450, 41021, 6865625, 1867994210, 762539814814, 441077015225642, 346335386150480625, 357017114947987625629, 470379650542113331346272, 774869480550211708169959725, 1566955892015559322525350178004
Offset: 1

Views

Author

Hugo Pfoertner, Aug 09 2010

Keywords

References

  • Ortwin Gasper, Hugo Pfoertner and Markus Sigg, An Upper Bound for the Determinant of a Matrix with given Entry Sum and Square Sum, JIPAM, Journal of Inequalities in Pure and Applied Mathematics, Volume 10, Issue 3, Article 63, 2008.

Crossrefs

a(n) is an upper bound for A085000(n).

Formula

a(n) = floor(sqrt(3*((n^5+n^4+n^3+n^2)/12)^n*(n^2+1)/(n+1))).