OFFSET
1,2
REFERENCES
J. H. Conway, R. T. Curtis, S. P. Norton, R. A. Parker and R. A. Wilson, ATLAS of Finite Groups. Oxford Univ. Press, 1985 [for best online version see https://oeis.org/wiki/Welcome#Links_to_Other_Sites], p. xvi.
H. S. M. Coxeter and W. O. J. Moser, Generators and Relations for Discrete Groups, 4th ed., Springer-Verlag, NY, reprinted 1984, p. 131.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..20
FORMULA
a(n) = 2^(n*(n-1)) * (2^n - 1) * Product_{i=1..n-1} (2^(2*i) - 1).
MAPLE
for m from 0 to 25 do N:=2^(m*(m-1))*mul( 4^i-1, i=1..m-1)*(2^m-1); lprint(N); od:
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved