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.

A269516 Number of T(n) X T(n) matrices containing the multiset {1, 2, 2, 3, 3, 3, ..., n, n, ..., n} in each row and column, where T(n) = A000217(n).

This page as a plain text file.
%I A269516 #7 Aug 12 2022 20:17:55
%S A269516 1,6,5450400
%N A269516 Number of T(n) X T(n) matrices containing the multiset {1, 2, 2, 3, 3, 3, ..., n, n, ..., n} in each row and column, where T(n) = A000217(n).
%C A269516 Each 1 <= k <= n appears k times in the multiset. Terms include rotations/reflections. Related to Latin squares. Inspired by related question in "Chess Set Latin Square" link.
%H A269516 Mathematics Stack Exchange, <a href="http://math.stackexchange.com/questions/1136490/chess-set-latin-square">Chess Set Latin Square</a>
%e A269516 The a(3) = 5450400 (= 6!*7570) 6 X 6 matrices include
%e A269516   1 2 2 3 3 3
%e A269516   2 1 2 3 3 3
%e A269516   2 2 1 3 3 3
%e A269516   3 3 3 1 2 2
%e A269516   3 3 3 2 1 2
%e A269516   3 3 3 2 2 1.
%e A269516 Using terminology such as that suggested by Rebecca J. Stones in a "Chess Set Latin Square" comment, this matrix is a (3, 2, 1)-frequency square corresponding to a decomposition of K_{6,6} into one 3-regular spanning subgraph, one 2-regular spanning subgraph, and one 1-regular spanning subgraph.
%Y A269516 Cf. A022915 (includes linear arrangements of same multisets), A000217, A002860.
%K A269516 nonn,bref,hard,more
%O A269516 1,2
%A A269516 _Rick L. Shepherd_, Feb 28 2016