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.

A328031 Upper bound for the determinant of an n X n matrix whose entries are a permutation of the multiset {1^n,...,n^n}.

Original entry on oeis.org

1, 1, 3, 18, 172, 2343, 42439, 976050, 27583338, 934173632, 37180409223, 1711870023666, 90007747560742, 5346164992890599, 355442084718552178, 26244000000000000000, 2137205155719002036203, 190811368062993357765186, 18577775646585813239195436, 1963166636163973976912956096
Offset: 0

Views

Author

Hugo Pfoertner, Oct 02 2019

Keywords

Crossrefs

Programs

  • PARI
    for(n=1,20,print1(floor(n^n*((n+1)/2)*((n+1)/12)^((n-1)/2)),", "))

Formula

a(n) = floor(n^n*((n+1)/2)*((n+1)/12)^((n-1)/2)) (Corollary 3 in M. Sigg's article).