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.

Previous Showing 11-13 of 13 results.

A035482 Number of n X n symmetric matrices each of whose rows is a permutation of 1..n.

Original entry on oeis.org

1, 1, 2, 6, 96, 720, 328320, 31449600, 440952422400, 444733651353600, 471835793808949248000, 10070314878246926155776000, 1058410183156945383046388908032000, 614972203951464612786852376432607232000
Offset: 0

Views

Author

Joshua Zucker and Joe Keane

Keywords

Comments

The even and odd subsequences are A036980, A036981.

Examples

			a(3) = 6 because the first row is arbitrary (say, 213) and the rest is then determined. By symmetry the second row has to be 132 or 123 but in order for the third row/column to work it has to be 132.
		

Crossrefs

Formula

a(n) = A035481(n) * n!. [From Max Alekseyev, Apr 23 2010]

Extensions

a(10)-a(13) (using A035481) from Alois P. Heinz, May 05 2023

A286317 Number of species of partial Latin squares of size n.

Original entry on oeis.org

1, 2, 5, 18, 59, 306, 1861, 15097, 146893, 1693416, 22239872, 327670703
Offset: 1

Views

Author

Ian Wanless, May 06 2017

Keywords

Comments

The size of a partial Latin square (PLS) is the number of filled entries, not the order of the matrix. The species of a PLS are all those PLSs you can get by permuting the rows, columns and symbols, and also by permuting these three roles themselves. Empty rows and columns are ignored.

Crossrefs

Cf. A003090 (analog of this sequence, but for completed Latin squares), A286318 (for the same objects as this sequence, but with the extra requirement of being connected).

A174536 Partial sums of A040082.

Original entry on oeis.org

1, 2, 3, 5, 7, 29, 593, 1676860, 115620398393, 208904486974761399, 12216177524273716236243939
Offset: 1

Views

Author

Jonathan Vos Post, Mar 21 2010

Keywords

Comments

Partial sums of number of inequivalent Latin squares (or isotopy classes of Latin squares) of order n. The subsequence of primes (6 in a row) in this partial sum begins: 2, 3, 5, 7, 29, 593.

Examples

			a(7) = 1 + 1 + 1 + 2 + 2 + 22 + 564 = 593 is prime.
		

Crossrefs

Formula

a(n) = SUM[i=1..n] A040082(i).
Previous Showing 11-13 of 13 results.