OFFSET
1,1
REFERENCES
M. A. Harrison, On the number of classes of switching networks, J. Franklin Instit., 276 (1963), 313-327.
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
FORMULA
a(n) = (4^(2^n) - 4*2^(2^n) + 8*2^n + 10*2^(n+2^n))/(24*2^n). - Sean A. Irvine, Jan 24 2012
MATHEMATICA
Table[(4^(2^n)-4*2^(2^n)+8*2^n+10*2^(n+2^n))/(24*2^n), {n, 0, 11}] (* Vincenzo Librandi, Mar 28 2012 *)
PROG
(Magma) [(4^(2^n)-4*2^(2^n)+8*2^n+10*2^(n+2^n))/(24*2^n):n in [1..11]]; // Vincenzo Librandi, Mar 28 2012
(PARI) a(n)=my(N=2^n); (2^(2*N-n)-4<<(N-n)+8+10<<N)/24 \\ Charles R Greathouse IV, Mar 28 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Jan 23 2012
STATUS
approved