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-10 of 16 results. Next

A181771 Number of isomorphism classes of connected quandles of order n.

Original entry on oeis.org

1, 0, 1, 1, 3, 2, 5, 3, 8, 1, 9, 10, 11, 0, 7, 9, 15, 12, 17, 10, 9, 0, 21, 42, 34, 0, 65, 13, 27, 24, 29, 17, 11, 0, 15, 73, 35, 0, 13, 33, 39, 26, 41, 9, 45, 0, 45
Offset: 1

Views

Author

Keywords

Comments

It is not clear whether the empty quandle is connected, so the sequence starts at order 1 instead of 0.

References

  • Hulpke, A. Personal communication, 2014.
  • Holt, D.; Royle, G. Personal communication, 2014.

Crossrefs

Programs

  • GAP
    # (using the Rig package)
    LoadPackage("rig");
    for n in [1..47] do  Display(NrSmallQuandles(n));  od;
    # Leandro Vendramin, Sep 14 2014

Extensions

Ninth term corrected by James McCarron, Dec 05 2010
More terms from Leandro Vendramin, Sep 14 2014

A181769 Number of isomorphism classes of quandles of order n.

Original entry on oeis.org

1, 1, 1, 3, 7, 22, 73, 298, 1581, 11079, 102771, 1275419, 21101335, 469250886
Offset: 0

Views

Author

Keywords

Comments

Quandles up to order 8 were determined first by Sam Nelson and co-authors (see references). Nelson's results were confirmed independently by the submitter, and extended to order 9.

Crossrefs

Extensions

a(10)-a(13) from Petr Vojtěchovský and Seung Yeop Yang added by Andrei Zabolotskii, Jun 15 2022

A179010 The number of isomorphism classes of commutative quandles of order n.

Original entry on oeis.org

1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 3, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 1, 0, 1, 0, 7
Offset: 1

Views

Author

W. Edwin Clark, Jan 04 2011

Keywords

Comments

A quandle (X,*) is commutative if a*b = b*a for all a,b in X. Every finite commutative quandle (X,*) is obtained from an odd order, commutative Moufang loop (X,+) where x*y = (1/2)(x+y). Thus a(n) is the number of isomorphism classes of commutative Moufang loops of order n if n is odd and is 0 if n is even. Commutative Moufang loops of order less than 81 are associative hence abelian groups. But, there are two non-associative commutative Moufang loops of order 81. Thus a(n) = number of isomorphism classes of abelian groups of odd order for n < 81 and a(81) = A000688(81) + 2 = 7. For proofs of these facts see, e.g., the papers below by Belousov, Nagy and Vojtchovský, and Glauberman.

Crossrefs

Extensions

Results due to Belousov, Nagy and Vojtchovský, and Glauberman added, and sequence extended to n = 81, by W. Edwin Clark, Jan 25 2011
In Comments section, "Every commutative quandle" replaced with "Every finite commutative quandle" by W. Edwin Clark, Mar 09 2014

A177886 The number of isomorphism classes of Latin quandles (a.k.a. left distributive quasigroups) of order n.

Original entry on oeis.org

1, 0, 1, 1, 3, 0, 5, 2, 8, 0, 9, 1, 11, 0, 5, 9, 15, 0, 17, 3, 7, 0, 21, 2, 34, 0, 62, 7, 27, 0, 29, 8, 11, 0, 15, 9, 35, 0, 13, 6, 39, 0, 41, 9, 36, 0, 45
Offset: 1

Views

Author

W. Edwin Clark, Dec 14 2010

Keywords

Comments

A quandle is Latin if its multiplication table is a Latin square. A Latin quandle may be described as a left (or right) distributive quasigroup. Sherman Stein (see reference below) proved that a left distributive quasigroup of order n exists if and only if n is not of the form 4k + 2.

Examples

			a(2) = 0 since the only quandle of order 2 has multiplication table with rows [1,1] and [2,2].
		

Crossrefs

See also Index to OEIS under quandles.

Programs

  • GAP
    (using the Rig package)
    LoadPackage("rig");
    a:=[1,0];;
    Print(1,",");
    Print(0,",");
    for n in [3..35] do
      a[n]:=0;
      for i in [1..NrSmallQuandles(n)] do
        if IsLatin(SmallQuandle(n,i)) then
          a[n]:=a[n]+1;
        fi;
      od;
      Print(a[n],", ");
    od; # W. Edwin Clark, Nov 26 2011

Extensions

Added fact due to S. K. Stein that a(4k+2) = 0 and a reference to Stein's paper.
a(11)-a(35) from W. Edwin Clark, Nov 26 2011
Links to the rig Gap package by W. Edwin Clark, Nov 26 2011
a(36)-a(47) by David Stanovsky, Oct 01 2014

A383144 Number of abelian/medial racks of order n, up to isomorphism.

Original entry on oeis.org

1, 1, 2, 6, 18, 68, 329, 1965, 15455, 155902, 2064870, 35982366, 832699635, 25731050872
Offset: 0

Views

Author

Luc Ta, Apr 17 2025

Keywords

Comments

A rack or quandle X is medial (also called abelian) if the map X x X -> X defined by (x,y) -> y(x) is a rack homomorphism. Equivalently, the identity (xy)(uv)=(xu)(yv) holds for all elements x, y, u, and v in X.
a(n) is also the number of medial Legendrian racks of order n up to isomorphism; see Ta, "Equivalences of...," Theorem 1.1.
a(n) is also the number of medial generalized Legendrian quandles (also called GL-quandles or bi-Legendrian quandles) of order n up to isomorphism; see Ta, "Generalized Legendrian...," Theorem 5.5.

Crossrefs

Sequences related to medial racks and quandles: A165200, A242044, A226193, A242275, A243931, A257351, A383146, A383829, A383831.

A383146 Number of medial GL-racks of order n, up to isomorphism.

Original entry on oeis.org

1, 1, 4, 13, 61, 298, 2087, 16941, 187160
Offset: 0

Views

Author

Luc Ta, Apr 17 2025

Keywords

Comments

Generalized Legendrian racks, also called GL-racks or bi-Legendrian racks, are racks equipped with a rack automorphism that commutes with all inner rack automorphisms; see Ta, Definition 3.1 and Proposition 3.12. They are used to distinguish Legendrian links in contact three-space.
GL-racks are precisely virtual racks in which all inner rack automorphisms are virtual rack automorphisms; cf. Cattabriga and Nasybullov, Section 3.2.
A rack or quandle X is medial (also called abelian) if the map X x X -> X defined by (x,y) -> y(x) is a rack homomorphism. Equivalently, the identity (xy)(uv)=(xu)(yv) holds for all elements x, y, u, and v in X.

Crossrefs

Cf. A383145.
Sequences related to medial racks and quandles: A383144, A165200, A242044, A226193, A242275, A243931, A257351.
Other sequences related to racks and quandles: A181769, A181770, A181771, A176077, A178432, A179010, A193024, A254434, A177886, A196111, A226173, A236146, A248908, A198147, A225744, A226172, A226174.
Sequences related to Legendrian knots: A374939, A374942, A374943, A374944, A374945, A374946, A374947.

Programs

  • GAP
    # see Ta, GitHub link

A383145 Number of GL-racks of order n, up to isomorphism.

Original entry on oeis.org

1, 1, 4, 13, 62, 308, 2132, 17268, 189373
Offset: 0

Views

Author

Luc Ta, Apr 17 2025

Keywords

Comments

Generalized Legendrian racks, also called GL-racks or bi-Legendrian racks, are racks equipped with a rack automorphism that commutes with all inner rack automorphisms; see Ta, Definition 3.1 and Proposition 3.12. They are used to distinguish Legendrian links in contact three-space.
GL-racks are precisely virtual racks in which all inner rack automorphisms are virtual rack automorphisms; see Cattabriga and Nasybullov, Section 3.2.

Crossrefs

Programs

  • GAP
    # see Ta, GitHub link

A383831 Number of medial Legendrian quandles of order n, up to isomorphism.

Original entry on oeis.org

1, 1, 2, 5, 14, 48, 219, 1207, 9042
Offset: 0

Views

Author

Luc Ta, May 16 2025

Keywords

Comments

A rack or quandle is medial if it satisfies the identity (xy)(uv) = (xu)(yv).
A Legendrian quandle is a pair (X,u) where X is a quandle and u is an involutory automorphism of X such that u(yx)=y(u(x)); see Ta, "Generalized Legendrian...," Corollary 3.13.
a(n) is also the number of medial racks X such that the kink map X -> X defined by x -> x(x) is an involution; see Ta, "Equivalences of...," Theorem 1.1.

Crossrefs

Programs

  • GAP
    # See Ta, GitHub link

A383828 Number of involutory racks of order n, up to isomorphism.

Original entry on oeis.org

1, 1, 2, 5, 13, 42, 180, 906, 6317
Offset: 0

Views

Author

Luc Ta, May 11 2025

Keywords

Comments

A rack is involutory if it satisfies the identity y(yx) = x. In particular, involutory quandles are called kei.
a(n) is also the number of Legendrian kei (i.e., kei equipped with Legendrian structures) up to order n up to isomorphism; see Ta, Theorem 1.1.
a(n) is also the number of symmetric kei (i.e., kei equipped with good involutions) up to order n up to isomorphism; see Ta, "Equivalences of...," Corollary 1.3.

References

  • Seiichi Kamada, Quandles with good involutions, their homologies and knot invariants, Intelligence of Low Dimensional Topology 2006, World Scientific Publishing Co. Pte. Ltd., 2007, pages 101-108.

Crossrefs

Programs

  • GAP
    # See Ta, GitHub link

A385041 Number of isomorphism classes of virtual quandles of order n.

Original entry on oeis.org

1, 1, 2, 8, 26, 104, 467, 2540, 18419
Offset: 0

Views

Author

Luc Ta, Jun 16 2025

Keywords

Comments

A virtual quandle is a quandle equipped with a distinguished quandle automorphism. Two virtual quandles (Q1,f1), (Q2,f2) are isomorphic if there exists a quandle isomorphism g: Q1 -> Q2 such that g*f1 = f2*g.

Crossrefs

Programs

  • GAP
    See Ta, GitHub link

Extensions

a(4)-a(8) corrected by Luc Ta, Jul 05 2025
Showing 1-10 of 16 results. Next