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.

A281462 Number of code loops of order n.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0
Offset: 1

Views

Author

Muniru A Asiru, Jan 22 2017

Keywords

Comments

A code loop is a Moufang 2-loop Q with a central subloop Z of order 2 such that Q/Z is an elementary abelian group. The library named code in LOOPS version 2.2.0, Computing with quasigroups and loops in GAP (Groups, Algorithm and Programming), contains all nonassociative code loops of order less than 65. Every code loop is a Moufang loop but not conversely. The GAP command IsCodeLoop(MoufangLoop(n,m)) gives the m-th nonassociative code loop of order n in the LOOPS Package library. Code loops of small orders were classified by G. P. Nagy and P. Vojtechovsky.
(Groups are specifically excluded from the counts.)

Examples

			a(16)=5 because all the 5 Moufang loops of order 16 are code loops;
a(32)=16 because only 16 of the 71 Moufang loops of order 32 are code loops.
		

Crossrefs