OFFSET
0,1
COMMENTS
Reduction of a function f(x) by a substitution q(x)->s(x) is introduced at A193010.
FORMULA
From Amiram Eldar, Jan 19 2022: (Start)
Equals 1 - A193087.
Equals Sum_{k>=1} (-1)^(k+1) * 2^(2*k-1) * Fibonacci(2*k-1)/(2*k)!.
Equals (1 + 2*phi^2*sin(phi-1)^2 - cos(2*phi))/(5+sqrt(5)), where phi is the golden ratio (A001622). (End)
EXAMPLE
0.5187233386849291969930277770388656030...
MATHEMATICA
f[x_] := Sin[x]^2; r[n_] := Fibonacci[n];
c[n_] := SeriesCoefficient[Series[f[x], {x, 0, n}], n]
u0 = N[Sum[c[n]*r[n - 1], {n, 0, 100}], 100]
RealDigits[u0, 10]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 15 2011
STATUS
approved