OFFSET
0,1
LINKS
FORMULA
a(n) = (1/2^n)*Sum_{j=0..n} (-1)^j*2^(C(j, 2))*[ n, j ]*2^(2^(n-j)), where [ n, j ] is the Gaussian 2-binomial coefficient.
MATHEMATICA
Table[1/(2^n)*Sum[(-1)^j*2^(Binomial[j, 2])*QBinomial[n, j, 2]*2^(2^(n-j)), {j, 0, n}], {n, 0, 10}] (* G. C. Greubel, Feb 15 2018 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
EXTENSIONS
a(7)-a(8) from G. C. Greubel, Feb 15 2018
STATUS
approved