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 18 2022: (Start)
Equals Sum_{k>=1} Fibonacci(k)/(k!*2^k).
Equals 2*exp(1/4)*sinh(sqrt(5)/4)/sqrt(5). (End)
EXAMPLE
0.675977245872051077662259637417563070...
MATHEMATICA
f[x_] := Exp[x/2]; r[n_] := Fibonacci[n];
c[n_] := SeriesCoefficient[Series[f[x], {x, 0, n}], n]
u1 = N[Sum[c[n]*r[n], {n, 0, 100}], 100]
RealDigits[u1, 10]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 14 2011
STATUS
approved