OFFSET
0,1
COMMENTS
The order of the p-Clifford group for an odd prime p is a*p^(n^2+2n+1)*Product_{j=1..n} (p^(2*j)-1), where a = gcd(p+1,4).
LINKS
G. Nebe, E. M. Rains and N. J. A. Sloane, Self-Dual Codes and Invariant Theory, Springer, Berlin, 2006.
FORMULA
From Amiram Eldar, Jul 07 2025: (Start)
a(n) = A092299(n) / 4.
a(n) ~ c * 3^(2*n^2+3*n+1), where c = A132037. (End)
MATHEMATICA
Table[3^(n^2+2n+1) Product[9^j-1, {j, n}], {n, 0, 10}] (* Harvey P. Dale, Jun 23 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 10 2004
STATUS
approved
