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.

A118127 Number of quasigroups of order <= n.

Original entry on oeis.org

1, 2, 3, 8, 43, 1454, 1131985, 12199587820, 2697830531268481, 15224736759268778589978, 2750892227033887206264514123491
Offset: 1

Views

Author

Jonathan Vos Post, May 12 2006

Keywords

Comments

A quasigroup is a groupoid G such that for all a and b in G, there exist unique c and d in G such that ac = b and da = b. Hence a quasigroup is not required to have an identity element, nor be associative. Equivalently, one can state that quasigroups are precisely groupoids whose multiplication tables are Latin squares (possibly empty).

Examples

			a(10) = 2750892227033887206264514123491 = 1 + 1 + 1 + 5 + 35 + 1411 + 1130531 + 12198455835 + 2697818331680661 + 15224734061438247321497 + 2750892211809150446995735533513.
		

Crossrefs

Formula

a(n) = SUM[i=0..n] A057991(i).