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.

A049332 Number of conjugacy classes in Clifford group CL(n).

Original entry on oeis.org

2, 4, 5, 10, 17, 34, 65, 130, 257, 514, 1025, 2050, 4097, 8194, 16385, 32770, 65537, 131074, 262145, 524290, 1048577, 2097154, 4194305, 8388610, 16777217, 33554434, 67108865, 134217730, 268435457, 536870914, 1073741825, 2147483650
Offset: 0

Views

Author

Keywords

Comments

Floretion Algebra Multiplication Program, FAMP Code: 4tesforseq[ (- .25'i - .25i' - .25'ii' + .25'jj' + .25'kk' + .25'jk' + .25'kj' - .25e)*( + .5'i + .5i' + .5'ii' + .5'jk' + .5'kj' + .5e ) ], 1vesforseq = (1,1,1,1,1,1,1). (Dement)

References

  • B. Simon, Representations of Finite and Compact Groups, Amer. Math. Soc., 1996, p. 69.

Crossrefs

Cf. A101622, A014551 (first differences)

Programs

Formula

a(n+2) - A101622(n+1) = 4. - Creighton Dement, Mar 07 2005
From Colin Barker, Apr 18 2012: (Start)
a(n) = (3/2 - (-1)^n/2 + 2^n).
a(n) = 2*a(n-1) + a(n-2) - 2*a(n-3).
G.f.: (2-5*x^2)/((1-x)*(1+x)*(1-2*x)). (End)
E.g.f.: cosh(x) + cosh(2*x) + 2*sinh(x) + sinh(2*x). - Stefano Spezia, May 27 2022
a(n) = 2*A000975(n+1) -5*A000975(n-1). - R. J. Mathar, Oct 12 2022