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.

A193016 Decimal expansion of the coefficient of x in the reduction of sinh(x) by x^2->x+1.

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