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.

Showing 1-5 of 5 results.

A333852 Irregular triangle read by rows: representative simple difference sets of Singer type of order m, for m = A000961(n), for n >= 1.

Original entry on oeis.org

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

Views

Author

Wolfdieter Lang, Jul 26 2020

Keywords

Comments

The length of row n is (A000961(n) + 1)*A335866(n) = {2, 6, 16, 10, 60, 96, ...}. Every representative difference set begins with 0, 1, ... .
A simple difference set of Singer type of order m in the additive group (Z_v(m),+), with complete residue system modulo v(m) chosen as RS(v(m)) = {0, 1, ..., v(m)-1}, where v(m) := m^2 + m + 1, is denoted by (v(m), m+1, 1), provided m = m(n) = A000961(n) (powers of primes), for n >= 1. It is defined by a set of m+1 integers {a_0, a_1, ..., a_m}, with a_j from RS(v(m)) such that the m*(m+1) differences d_{i, j} := a_i - a_j (mod v(m)), with i not j, give (in some order) the nonzero members of RS(v(m)) i.e., {1,2, ..., (m+1)*m} exactly once. (v is a notation used in block designs, originating from 'variety'; see the Stinson reference, p. 2.)
A representative difference set of this type is one which uses 0 and 1 as elements. By adding each element of a given representative difference set by 1, 2, ..., (m+1)*m, modulo m^2 + m + 1, all m^2 + m + 1 members of a class of difference sets are obtained. This equivalence class is called Dev(D), the development of a difference set $D$. The number of representative difference sets, hence the number of classes, has been conjectured by Singer, and is given in A335866(n). The difference sets will here be ordered increasingly. The set of all A335866(n) representative difference sets of this type will here be denoted by Sr(m) (also increasingly ordered). See the W. Lang link for these representatives of order m = m(n) = A000961(n), for n = 1, 2, ..., 11. The set of all difference sets of order m will be denoted by S(m).
A symmetric BIBD (Balanced Incomplete Block Design) is a block design (X, A) (X a set of points, A a set of nonempty subsets of A, called blocks), denoted by (v, k, lambda) with v = |A|, k = |B_i|, v > k >= 2, for each block B_i from A, and each pair of distinct points of X appears exactly in lambda blocks. The number of appearances of each point of X (the replication number) is r = lambda*(v-1)/(k-1), and the number of blocks is b = v*r/k. For symmetric BIBDs v = b. See, e.g., the Stinson reference, p. 2 and pp. 41 - 58.
A symmetric and simple (lambda = 1) BIBD (symsBIBD) (m^2+m+1, m+1, 1), with k = r = m+1 and b = v = m*(m+1) + 1, is called a projective plane of order m, if m >= 2. The trivial case (3, 2, 1) for m = 1 (a triangle) is not regarded as a projective plane. m = 2 gives the Fano plane (7, 3, 1). See Stinson, p. 27, and the links. Not all m values allow such a symsBIBD. Singer proved that for m a power of a prime (including 1) such symsBIBD exist.
See the Singer reference, Theorem, pp. 380-381, where this is called a perfect difference set of order m + 1 (not m like here, and in Stinson). There only one representative is given for allowed m values. The other ones can be obtained by using certain multipliers M from the restricted residue system RRS(v = m^2+m+1), and omitting powers of divisors of m, applied to each entry, taken modulo v(m). There are A335866(n) - 1 other representative difference sets. For more details see Stinson, sect. 3.4., pp. 54-58. In the W. Lang link all representative difference sets for m = 1, 2, 3, 4, 5, 7, 8, 9, 11, 13 and 16 are given, with explanations on how to find them using Stinson's approach.
A general card game Dobble (see the Goertz link) can use v = m*(m+1) + 1 cards with k = m+1 distinct symbols from a repertoire of v distinct symbols, where m is a power of a prime. The task is to find out the one common symbol of any pair of cards. E.g., m = 7, v = 57, k = 8. One can compose 12 = A335866(6) possible such 57 card decks with different distributions of the 8 from 57 symbols.

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.

Crossrefs

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.

A335865 Moduli a(n) = v(n) for the simple difference sets of Singer type of order m(n) (v(n), m(n)+1, 1) in the additive group modulo v(n) = m(n)^2 + m(n) + 1, with m(n) = A000961(n).

Original entry on oeis.org

3, 7, 13, 21, 31, 57, 73, 91, 133, 183, 273, 307, 381, 553, 651, 757, 871, 993, 1057, 1407, 1723, 1893, 2257, 2451, 2863, 3541, 3783, 4161, 4557, 5113, 5403, 6321, 6643, 6973, 8011, 9507, 10303, 10713, 11557, 11991, 12883, 14763, 15751
Offset: 1

Views

Author

Wolfdieter Lang, Jul 26 2020

Keywords

Comments

For details on these difference sets see A333852, with references, and a W. Lang link.
Because these simple difference sets of Singer type of order m = m(n) in the addive group (Z_{v(n)}, +) = RS(v(n)) = {0, 1, ..., v(n)-1} are also simple symmetric balanced incomplete block designs (BIBD), the number of blocks b(n) is also v(n) = a(n). This is the number of simple difference sets of each of the A335865(n) classes.
From Ed Pegg Jr, May 16 2019, edited by Hugo Pfoertner, May 13 2024: (Start)
(n^2+n+1,n+1) difference sets exist when n is a prime power.
(7,3), (1,2,4)
(13,4), (0,1,3,9)
(21,5), (3,6,7,12,14) (A095029)
(31,6), (1,5,11,24,25,27) (A095030)
(57,8), (0,1,6,15,22,26,45,55) (A095032)
(73,9), (0,1,12,20,26,30,33,35,57) (A095035)
(91,10), (0,2,6,7,18,21,31,54,63,71) (A095036)
(133,12), (1,10,11,13,27,31,68,75,83,110,115,121) (A095038)
(183,14), (1,13,20,21,23,44,61,72,77,86,90,116,122,169) (A095040) (End)
Is a(n) = A138077(n-1)? - R. J. Mathar, Sep 11 2020

Examples

			n = 2, m(2) = 2, a(2) = 2^2 + 2 + 1 = 7. The simple Singer difference set of order 2 is denoted by (7, 3, 1) (Fano plane). There are two classes (A335866(2) = 2) obtained from the representative difference sets {0, 1, 3} and {0, 1, 5} by element-wise addition of 1, 2, ..., 6 taken modulo 7. Each class consists of 7 simple difference sets.
		

Crossrefs

Formula

a(n) = m(n)^2 + m(n) + 1 , with m(n) = A000961(n), for n >= 1.

Extensions

Comments about difference sets moved from A138077 to here by Max Alekseyev, Apr 05 2022

A373514 Number of simple difference sets of the Singer type (m^2 + m + 1, m + 1, 1) that are a superset of {0, 1, 3} with m = m(n) = A000961(n), for n >= 1.

Original entry on oeis.org

0, 1, 1, 0, 2, 1, 1, 1, 4, 3, 1, 6, 3, 8, 2, 3, 9, 6, 2, 8, 14, 10, 14, 4, 14, 20, 10, 2, 14, 24, 15, 18, 6, 27, 30, 19, 34, 21, 26, 22, 33, 10, 13, 30, 5, 44, 38, 30, 41, 26, 36, 25, 56, 17, 58, 52, 38, 51, 40, 63, 45, 41, 46, 76, 47, 70, 72, 55, 15, 80, 6
Offset: 1

Views

Author

Martin Becker, Jun 07 2024

Keywords

Examples

			For n=5, m=5, there are 2 Singer type planar difference sets of order 5 containing 0, 1, and 3: {0,1,3,8,12,18} and {0,1,3,10,14,26}. Thus a(5) = 2.
For n=11, m=16, there is only 1 such set: {0,1,3,7,15,31,63,90,116,127,136,181,194,204,233,238,255}. Thus a(11) = 1.
		

Crossrefs

Cf. A335866, A000961, A373946. Counts sets in A333852 with the property that 3 is also in the set.

A373501 Size of the collineation group of classical projective planes of prime power order q.

Original entry on oeis.org

168, 5616, 120960, 372000, 5630688, 49448448, 84913920, 212427600, 810534816, 17108582400, 6950204928, 16934047920, 78156525216, 304668000000, 846083360304, 499631102880, 851974934400, 5492021821440, 3509844434208, 7980059337600, 11681731985616, 23800278205248
Offset: 1

Views

Author

Ralf Goertz, Jun 07 2024

Keywords

Comments

a(A246655(n)) is the size of the collineation group of the classical projective plane of order q=p^k. It is also known as the projective semilinear group, PGammaL(3,q), the semidirect product of PGL(3,q) (whose order is probably given by A003800) with the group of field automorphisms of F(q). The latter is the cyclic group of order k. Therefore, |PGammaL(3,p^k)|=|PGL(3,p^k)|*k.

Examples

			Take for example the first value 168 which refers to the number of automorphisms of the Fano plane (q=2). Its v=7 (=q^2+q+1) lines are subsets of size 3 (=q+1) of a set of v points. Using 0,1,...,6 to label these points, one way of enumerating the lines is depicted in the first column of the following table:
            (0 1 2 3 4 5 6)   (0 6)(3 5)
  {0,1,3}       {1,2,4}        {6,1,5}
  {1,2,4}       {2,3,5}        {1,2,4}
  {2,3,5}       {3,4,6}        {2,5,3}
  {3,4,6}       {4,5,0}        {5,4,0}
  {4,5,0}       {5,6,1}        {4,3,6}
  {5,6,1}       {6,0,2}        {3,0,1}
  {6,0,2}       {0,1,3}        {0,6,2}
Note that any two distinct lines have exactly 1 point in common. Applying one of the 7!=5040 possible permutations of the points obviously doesn't change that fact. However, exactly 168 of these permutations lead to the same set of subsets. One such permutation is the full cycle (0,1,2,3,4,5,6) whose action can bee seen in the second column. It also permutes the lines cyclically by mapping line i to line i+1 (mod v). Another one is the cycle product (0 6)(3 5) in the third column. It swaps lines 1 and 6 and lines 4 and 5 and leaves the other three lines fixed.
		

References

  • A. Beutelspacher and U. Rosenbaum, Projective Geometry: From Foundations to Applications, Cambridge University Press, 1998, pages 118-132.
  • D. R. Hughes and F. C. Piper, Projective Planes, Springer, 1973.

Crossrefs

Cf. A373502 for the size of a complete set of classical projective planes using a given set of q^2+q+1 points.
Cf. A335866 for the number of projective planes whose lines are cyclic difference sets.

Programs

  • Mathematica
    Map[PrimeOmega[#]*#^3*(#^2+#+1)*(#^2-1)*(#-1) &, Select[Range[50], PrimePowerQ]] (* Paolo Xausa, Aug 01 2024 *)
  • PARI
    a=(q)->bigomega(q)*(q^3-1)*(q^3-q)*(q^3-q^2)/(q-1) \\ q=A246655(n)

Formula

a(n) = Omega(q)*(q^3-1)*(q^3-q)*(q^3-q^2)/(q-1) where q = A246655(n).

Extensions

Data corrected by Paolo Xausa, Aug 02 2024

A373502 Size of a complete set of classical projective planes of prime power order q using a given set of q^2+q+1 points.

Original entry on oeis.org

30, 1108800, 422378820864000, 22104404984349254886359040000, 7197507570101063450093594584788274920397007398780859842560000000000000, 90399509839271079668491458784005740889517921781547218950513473999637402251071324160000000000000000
Offset: 1

Views

Author

Ralf Goertz, Jun 08 2024

Keywords

Comments

Projective planes of order q can be seen as a set of v=q^2+q+1 subsets (the lines) of size q+1 of a set of v points with the property that any two distinct lines have exactly one point in common. Obviously, this also holds for any of the v! permutations of the points. However, some of these permutations map the points of a given line l of the plane to the points of another line l' thereby fixing the set of lines and consequently the whole projective plane. These permutations form a subgroup called the collineation group of the projective plane. The size of this group for classical projective planes is given by A373501. Therefore, a(q) is the index of the collineation subgroup in the symmetric group of the points where q=A246655(n).

Examples

			For the Fano plane (q=2) there are 7 points and 7 lines. Of the 7!=5040 permutations of the points 168 fix the set of lines and thereby the whole plane. Consequently, there are 5040/168=30 different such planes for any given set of points. See A373501 for a more elaborate discussion of this example.
		

References

  • A. Beutelspacher and U. Rosenbaum, Projective Geometry: From Foundations to Applications, Cambridge University Press, 1998, pages 118-132.

Crossrefs

Cf. A373501 for the size of the collineation groups.
Cf. A335866 for the number of projective planes whose lines are cyclic difference sets.

Programs

  • Mathematica
    Map[(#^2+#-1)!/(PrimeOmega[#]*(#-1)^2*#^2) &, Select[Range[10], PrimePowerQ]] (* Paolo Xausa, Aug 01 2024 *)
  • PARI
    a=(q)->(q^2+q+1)!/(bigomega(q)*(q^3-1)*(q^3-q)*(q^3-q^2)/(q-1)) \\ q=A246655(n)

Formula

a(n) = (q^2+q+1)!/(Omega(q)*(q^3-1)*(q^3-q)*(q^3-q^2)/(q-1)) where q = A246655(n).
Showing 1-5 of 5 results.