login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A193016 Decimal expansion of the coefficient of x in the reduction of sinh(x) by x^2->x+1. 2
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, 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, 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 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Reduction of a function f(x) by a substitution q(x)->s(x) is introduced at A193010.
LINKS
FORMULA
From Amiram Eldar, Jan 18 2022: (Start)
Equals Sum_{k>=0} Fibonacci(2*k+1)/(2*k+1)!.
Equals (e+1)*sinh(sqrt(5)/2)/sqrt(5*e). (End)
EXAMPLE
1.3776753274909465462115651210703917736958351560...
MATHEMATICA
f[x_] := Sinh[x]; r[n_] := Fibonacci[n];
c[n_] := SeriesCoefficient[Series[f[x], {x, 0, n}], n]
u1 = N[Sum[c[n]*r[n], {n, 0, 300}], 100]
RealDigits[u1, 10]
CROSSREFS
Sequence in context: A246848 A019634 A123879 * A349604 A325894 A370517
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 14 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)