|
Search: id:A003053
|
|
|
| A003053 |
|
Order of orthogonal group O(n,GF(2)). (Formerly M1716)
|
|
+0 5
|
|
| 1, 2, 6, 48, 720, 23040, 1451520, 185794560, 47377612800, 24257337753600, 24815256521932800, 50821645356918374400, 208114637736580743168000, 1704875112338069448032256000, 27930968965434591767112450048000, 915241991059360703024740763172864000
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
F. J. MacWilliams, Orthogonal matrices over finite fields, Amer. Math. Monthly, 76 (1969), 152-164.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..40
|
|
FORMULA
|
For formulae see Maple code.
|
|
MAPLE
|
h:=proc(n) local m;
if n mod 2 = 0 then m:=n/2;
2^(m^2)*mul( 4^i-1, i=1..m);
else m:=(n+1)/2;
2^(m^2)*mul( 4^i-1, i=1..m-1);
fi;
end;
|
|
CROSSREFS
|
Bisections give A003923 and A090770.
Sequence in context: A052735 A052717 A129464 this_sequence A113296 A063744 A141609
Adjacent sequences: A003050 A003051 A003052 this_sequence A003054 A003055 A003056
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com). Edited by N. J. A. Sloane (njas(AT)research.att.com), Dec 30 2008.
|
|
|
Search completed in 0.002 seconds
|