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.

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