OFFSET
1,1
COMMENTS
The number of most-perfect magic squares of order 2^m where m>=2.
The next term is too large to include here.
MAPLE
f:=m->2^(2^m)*( (2^(m-1))! )^2*binomial(2*m, m);
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 12 2009, based on email from Reinhardt Wiewe.
STATUS
approved