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!)
A000824 Number of switching networks (see Harrison reference for precise definition).
(Formerly M4917 N2110)
0
13, 237, 356026, 2932175712336, 412646680050205587085305856, 16346619102569481158480824333166611354489546429742186496 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Number of equivalence classes with complementation of n variables on the domain and symmetric group of 3 variables operating on the range. - Sean A. Irvine, Jul 11 2011
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
M. A. Harrison, On the number of classes of switching networks, J. Franklin Instit., 276 (1963), 313-327.
FORMULA
Let b_n(r,s) = (2^(r*2^n) + (2^n-1)*2^(s*2^(n-1)))/2^n. Then, a(n) = (b_n(3,3) + 3*b(2,3) + 2*b(1,1))/6. - Sean A. Irvine, Jul 11 2011
MATHEMATICA
b[n_, r_, s_] := (2^(r*2^n) + (2^n - 1)*2^(s*2^(n - 1)))/2^n; a[n_] := (b[n, 3, 3] + 3*b[n, 2, 3] + 2*b[n, 1, 1])/6; Table[a[n], {n, 6}] (* James C. McMahon, Dec 07 2023 *)
CROSSREFS
Sequence in context: A218202 A134493 A051689 * A229384 A181035 A228795
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jul 10 2011
STATUS
approved

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 24 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)