OFFSET
1,3
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 + Sum_{k>=1} log(phi)^k*Fibonacci(k-1)/k!.
Equals (sqrt(5)*phi^sqrt(5) + phi^4 - 1)/(5*phi^phi). (End)
EXAMPLE
1.13956470687932160823788165057931871131735800...
MATHEMATICA
t = GoldenRatio
f[x_] := t^(x); 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