A333852 Irregular triangle read by rows: representative simple difference sets of Singer type of order m, for m = A000961(n), for n >= 1.
0, 1, 0, 1, 3, 0, 1, 5, 0, 1, 3, 9, 0, 1, 4, 6, 0, 1, 5, 11, 0, 1, 8, 10, 0, 1, 4, 14, 16, 0, 1, 6, 8, 18, 0, 1, 3, 8, 12, 18, 0, 1, 3, 10, 14, 26, 0, 1, 4, 6, 13, 21, 0, 1, 4, 10, 12, 17, 0, 1, 6, 18, 22, 29, 0, 1, 8, 11, 13, 17, 0, 1, 11, 19, 26, 28, 0, 1, 14, 20, 24, 29, 0, 1, 15, 19, 21, 24, 0, 1, 15, 20, 22, 28
Offset: 1
Examples
The irregular triangle T(n, k) begins (0 1 3 stands for the set {0, 1, 3}, etc., and a vertical bar separates the sets): n, m \ k 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... -------------------------------------------------------- 1, 1: 0 1 2, 2: 0 1 3| 0 1 5 3, 3: 0 1 3 9| 0 1 4 6|0 1 5 11| 0 1 8 10 4, 4: 0 1 4 14 16|0 1 6 8 18 ... -------------------------------------------------------- n = 5, m = 5: {0, 1, 3, 8, 12, 18}, {0, 1, 3, 10, 14, 26}, {0, 1, 4, 6, 13, 21}, {0, 1, 4, 10, 12, 17}, {0, 1, 6, 18, 22, 29}, {0, 1, 8, 11, 13, 17}, {0, 1, 11, 19, 26, 28}, {0, 1, 14, 20, 24, 29}, {0, 1, 15, 19, 21, 24}, {0, 1, 15, 20, 22, 28}; n = 6, m = 7: {0, 1, 3, 13, 32, 36, 43, 52}, {0, 1, 4, 9, 20, 22, 34, 51}, {0, 1, 4, 12, 14, 30, 37, 52}, {0, 1, 5, 7, 17, 35, 38, 49}, {0, 1, 5, 27, 34, 37, 43, 45}, {0, 1, 6, 15, 22, 26, 45, 55}, {0, 1, 6, 21, 28, 44, 46, 54}, {0, 1, 7, 19, 23, 44, 47, 49}, {0, 1, 7, 24, 36, 38, 49, 54}, {0, 1, 9, 11, 14, 35, 39, 51}, {0, 1, 9, 20, 23, 41, 51, 53}, {0, 1, 13, 15, 21, 24, 31, 53}. ... For n = 7..11, that is m = 8, 9, 11, 13, 16, see the W. Lang link. ------------------------------------------------------------------ n = 1, m = 1, v = 3, difference set of type (3, 2, 1): There is only one representative set Sr(2) ={{0, 1}}, and the translates are {1, 2} and {2, 0}, reordered as {0, 2}, giving one class of three difference sets S(3) = {{0, 1}, {0, 2}, {1, 2}} (ordered lexicographically). This describes a triangle, not considered as a projective plane of order m = 1. {0, 1} is a simple difference set because 0 - 1 = -1 == 2 (mod 3), 1 - 0 = 1, and each nonzero element of RS(3) appeared exactly once.
References
- Douglas R. Stinson, Combinatorial Designs, Springer, 2004.
Links
- Martin Becker, Table of n, a(n) for n = 1..20000
- Ralf Goertz, Differenzmengen, Kartenspiel-Algebra, Spektrum Spezial, Physik Mathematik Technik, 4.18 (2018), pp. 24-29 (in German).
- Ralf Goertz, PARI program to compute row corresponding to order m or a single difference set of that order.
- Wolfdieter Lang, A list of representative simple difference sets of the Singer type for small orders m.
- James Singer, A Theorem in Finite Projective Geometry and Some Applications to Number Theory, Trans. AMS, 43 (1938) 377-385, Table on p. 384.
- Eric Weisstein's World of Mathematics, Difference Set
- Wikipedia, Difference set.
Programs
-
PARI
\\ See second Ralf Goertz link \\ The function a333852_row(m,all=0) computes the complete row corresponding \\ to a given m of the table if "all" is 1. If "all" is set to 0 a random \\ choice of one of the normalized difference sets of order m is returned.
Comments