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-1 of 1 results.

A236554 Number of involutions in the quaternion ring over Z/(2^n)Z with i^2=j^2=1.

Original entry on oeis.org

8, 64, 288, 1056, 4128, 16416, 65568, 262176
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    invo11[n_] :=  Length@Reduce[a^2 - b^2 + c^2 + d^2 ==1 && 2 a b== 0 && 2 a c == 0 && 2 a  d == 0, Modulus -> n];Table[invo11[2^n],{n,8}]

Formula

a(n) = A236553(2^n).
Showing 1-1 of 1 results.