OFFSET
1,5
COMMENTS
Operation # can be interpreted as NOT AND. The ratio a(n)/A000108(n-1) converges to (2-sqrt(2))/2. Thanks to Soren Galatius Smith
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..500
FORMULA
G.f.: 1 - (1/2)*(1 - 4*x)^(1/2) - (1/2)*(3 - 2*(1 - 4*x)^(1/2) - 4*x)^(1/2).
G.f.: (1 + 2*C(x) - sqrt(1 + 4*C(x)^2))/2, where C(x) = (1 - sqrt(1 - 4*x))/2 is the g.f. of the Catalan numbers (A000108). - Paul D. Hanna, Jun 10 2016
G.f. A(x) satisfies: A(x) = x + (A(x) - C(x))^2, where C(x) = x + C(x)^2 is a g.f. of the Catalan numbers (A000108). - Paul D. Hanna, Jun 11 2016
MATHEMATICA
f[x_] := (1 - Sqrt[1 - 4*x])/2; CoefficientList[Series[(1 + 2*f[x] - Sqrt[1 + 4*(f[x])^2])/(2*x), {x, 0, 50}], x] (* G. C. Greubel, Jun 10 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeppe Stig Nielsen, Jun 24 2000
STATUS
approved