login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A000723 Invertible Boolean functions of n variables.
(Formerly M3180 N1289)
2

%I M3180 N1289 #38 Sep 08 2022 08:44:28

%S 1,3,840,54486432000,68523655451482690147713024000000,

%T 2753622660283944533494648206058191857701074569760095316814277221684346880000000000000

%N Invertible Boolean functions of n variables.

%C Equivalence classes of invertible maps from {0,1}^n to {0,1}^n, under action of (C_2)^n on domain and permutation of variables on range. - _Sean A. Irvine_, Mar 15 2011

%C Also the number of distinct adjacency matrices of the n-hypercube graph Q_n. - _Eric W. Weisstein_, Mar 31 2017

%D M. A. Harrison, The number of classes of invertible Boolean functions, J. ACM 10 (1963), 25-28.

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H Vincenzo Librandi, <a href="/A000723/b000723.txt">Table of n, a(n) for n = 1..8</a>

%H M. A. Harrison, <a href="/A000653/a000653.pdf">The number of classes of invertible Boolean functions</a>, J. ACM 10 (1963), 25-28. [Annotated scan of page 27 only]

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/AdjacencyMatrix.html">Adjacency Matrix</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/HypercubeGraph.html">Hypercube Graph</a>

%H <a href="/index/Bo#Boolean">Index entries for sequences related to Boolean functions</a>

%F a(n) = (2^n-1)!/n! - _Sean A. Irvine_, Mar 15 2011

%t f[n_] := (2^n - 1)!/n!; Array[f, 6] (* _Robert G. Wilson v_, Mar 14 2011 *)

%t Table[Gamma[2^n]/n!, {n, 6}] ) (* _Eric W. Weisstein_, Mar 31 2017 *)

%o (Magma) [Factorial(2^n - 1)/Factorial(n): n in [1..10]]; // _Vincenzo Librandi_, Mar 28 2012

%K nonn

%O 1,2

%A _N. J. A. Sloane_

%E More terms from _Sean A. Irvine_, Mar 14 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)