[go: up one dir, main page]

login
A000808
Number of switching networks (see Harrison reference for precise definition).
(Formerly M4726 N2020)
1
10, 76, 8416, 268496896, 576460756464173056, 5316911983139663509773741938679218176, 904625697166532776746648320380374280441295666129685538275829368373028847616
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).
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
EXTENSIONS
More terms from Sean A. Irvine, Jul 03 2011
STATUS
approved