A193010 Decimal expansion of the constant term of the reduction of e^x by x^2->x+1.
1, 7, 8, 3, 9, 2, 2, 9, 9, 6, 3, 1, 2, 8, 7, 8, 7, 6, 7, 8, 4, 6, 2, 3, 6, 9, 1, 6, 0, 9, 0, 1, 7, 0, 9, 7, 2, 5, 1, 0, 2, 9, 8, 6, 0, 6, 3, 3, 8, 4, 1, 2, 1, 7, 8, 7, 0, 7, 0, 0, 0, 7, 3, 6, 6, 8, 9, 5, 2, 5, 9, 7, 4, 0, 0, 2, 0, 3, 0, 2, 5, 3, 5, 4, 8, 2, 6, 1, 5, 6, 5, 0, 5, 6, 7, 1, 9, 4, 5, 2
Offset: 1
Examples
1.783922996312878767846236916090170972510...
Programs
-
Mathematica
f[x_] := Exp[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, 200}], 100] RealDigits[u0, 10]
Formula
From Amiram Eldar, Jan 18 2022: (Start)
Equals 1 + Sum_{k>=1} Fibonacci(k-1)/k!.
Equals (sqrt(5)-1) * (2*sqrt(5)*exp(sqrt(5)) + 3*sqrt(5) + 5) / (20 * exp((sqrt(5)-1)/2)). (End)
Comments