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!)
A290495 The number of self-inverse Boolean functions of n variables. 0

%I #8 Aug 04 2017 15:24:02

%S 1,2,10,764,46206736,22481059424730751232,

%T 135041388282796985771272553475002706667235246080,

%U 5391278204075391354568253023229655921370142671388586075937736698667444395805138812903649656844450530044101525504

%N The number of self-inverse Boolean functions of n variables.

%F a(n) = Sum_{k=0..2^(n-1)} (2^n)!/((2^n-2*k)! * k! * 2^k).

%F a(n) = A000085(2^n).

%t Table[Sum[(2^n)!/((2^n - 2 k)!*k!*2^k), {k, 0, 2^(n - 1)}], {n, 0, 7}] (* _Michael De Vlieger_, Aug 04 2017 *)

%o (PARI) a(n) = sum(k=0, 2^(n-1), (2^n)!/((2^n-2*k)!*k!*2^k)) \\ _Felix Fröhlich_, Aug 04 2017

%Y Cf. A000722 (invertible Boolean functions).

%K nonn

%O 0,2

%A _Sean A. Irvine_, Aug 04 2017

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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)