login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A028370
a(n) = (2^(n-1))!*2^(2^(n-1)-1).
1
1, 4, 192, 5160960, 685597979049984000, 565069169599661316277495386764665159680000000
OFFSET
1,2
LINKS
I. Strazdins, Universal affine classification of Boolean functions, Acta Applic. Math. 46 (1997), 147-167.
PROG
(Magma) [Factorial(2^(n-1))*2^(2^(n-1)-1): n in [1..7]]; // Vincenzo Librandi, Jun 03 2011
CROSSREFS
Sequence in context: A007341 A203516 A159783 * A042127 A219163 A017546
KEYWORD
nonn
AUTHOR
STATUS
approved