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.

A132126 Number of nonassociative subloops of order 8n of the Cayley octonions (up to isomorphism).

Original entry on oeis.org

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

Views

Author

Paul Boddington, Oct 31 2007

Keywords

Comments

Every nonassociative subloop of the octonions has order a multiple of 8.

Crossrefs

Cf. A090750.

Programs

  • Mathematica
    ReplacePart[PadRight[{0},120,1],{6->2,12->2,30->3}] (* Harvey P. Dale, Dec 18 2018 *)
  • PARI
    A132126(n) = if(1==n,0,if((6==n)||(12==n),2,if(30==n,3,1))); \\ Antti Karttunen, Sep 27 2018

Formula

a(1) = 0, a(6) = 2, a(12) = 2, a(30) = 3, otherwise a(n) = 1.