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.

A374514 Number of n X n matrices whose values cover an initial interval of positive integers and whose rows and columns have values which are strictly increasing.

Original entry on oeis.org

1, 1, 3, 197, 732963, 289599115433, 19454710000290140631, 324252739440855086589750626125, 1839663535877691613435674541258128354870051, 4664717625821787781559533555514908690826684467996898799881, 6714190347498763079980307954946450922919624466513063316268554904936722083543
Offset: 0

Views

Author

Andrew Howroyd, Sep 16 2024

Keywords

Examples

			The a(2) = 3 matrices are:
  [1 2]    [1 2]    [1 3]
  [2 3]    [3 4]    [2 4]
		

Crossrefs

Main diagonal of A374985.
Cf. A039622 (case all values also distinct), A068942, A376162 (case for symmetric matrices).

Programs

  • PARI
    \\ See Links section for program file.
    vector(8, n, A374514(n-1))