cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A193030 Decimal expansion of the coefficient of x in the reduction of e^(x/2) by x^2->x+1.

This page as a plain text file.
%I A193030 #11 Jan 18 2022 02:29:51
%S A193030 6,7,5,9,7,7,2,4,5,8,7,2,0,5,1,0,7,7,6,6,2,2,5,9,6,3,7,4,1,7,5,6,3,0,
%T A193030 7,0,4,1,7,1,2,0,8,6,0,5,3,2,6,1,6,1,7,4,0,0,2,1,3,8,5,4,2,3,1,3,6,0,
%U A193030 2,9,1,8,9,5,2,8,7,7,5,3,2,1,1,4,2,1,8,5,4,2,6,8,5,0,3,7,6,6,0,9
%N A193030 Decimal expansion of the coefficient of x in the reduction of e^(x/2) by x^2->x+1.
%C A193030 Reduction of a function f(x) by a substitution q(x)->s(x) is introduced at A193010.
%F A193030 From _Amiram Eldar_, Jan 18 2022: (Start)
%F A193030 Equals Sum_{k>=1} Fibonacci(k)/(k!*2^k).
%F A193030 Equals 2*exp(1/4)*sinh(sqrt(5)/4)/sqrt(5). (End)
%e A193030 0.675977245872051077662259637417563070...
%t A193030 f[x_] := Exp[x/2]; r[n_] := Fibonacci[n];
%t A193030 c[n_] := SeriesCoefficient[Series[f[x], {x, 0, n}], n]
%t A193030 u1 = N[Sum[c[n]*r[n], {n, 0, 100}], 100]
%t A193030 RealDigits[u1, 10]
%Y A193030 Cf. A000045, A193010, A192232, A193029.
%K A193030 nonn,cons
%O A193030 0,1
%A A193030 _Clark Kimberling_, Jul 14 2011