The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A236554 Number of involutions in the quaternion ring over Z/(2^n)Z with i^2=j^2=1. 1
8, 64, 288, 1056, 4128, 16416, 65568, 262176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A236553(2^n).
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}]
CROSSREFS
Sequence in context: A208143 A189265 A167239 * A173502 A223670 A189618
KEYWORD
nonn,more,hard
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 04:52 EDT 2024. Contains 373140 sequences. (Running on oeis4.)