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!)
A000808 Number of switching networks (see Harrison reference for precise definition).
(Formerly M4726 N2020)
1
10, 76, 8416, 268496896, 576460756464173056, 5316911983139663509773741938679218176, 904625697166532776746648320380374280441295666129685538275829368373028847616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term a(8) is too large to be displayed here.
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
a(n) = (2^(2^(n+1)) + (2^n-1)*2^(2^n))/2^n. - Sean A. Irvine, Jul 04 2011
MATHEMATICA
a[n_]:=(2^(2^(n+1))+(2^n-1)*2^(2^n))/2^n; Table[a[n], {n, 7}] (* James C. McMahon, Dec 07 2023 *)
PROG
(Magma) [(2^(2^(n+1))+(2^n-1)*2^(2^n))/2^n: n in [1..8]]; // Vincenzo Librandi, Jul 04 2011
CROSSREFS
Sequence in context: A184273 A185986 A225828 * A159579 A244720 A081678
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jul 03 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)