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!)
A193025 Decimal expansion of the coefficient of x in the reduction of cosh(x) by x^2->x+1. 2
6, 3, 6, 6, 4, 7, 4, 0, 5, 9, 6, 7, 3, 6, 9, 1, 9, 0, 3, 6, 9, 7, 8, 1, 1, 3, 4, 3, 9, 9, 3, 6, 7, 3, 6, 1, 9, 6, 3, 2, 7, 6, 3, 1, 3, 5, 3, 9, 8, 1, 1, 9, 8, 1, 8, 4, 1, 5, 1, 8, 7, 8, 4, 0, 9, 8, 1, 8, 7, 0, 4, 7, 6, 1, 0, 3, 0, 9, 5, 3, 3, 4, 9, 2, 9, 9, 2, 2, 5, 4, 8, 9, 2, 3, 7, 1, 0, 9, 5, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
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>=1} Fibonacci(2*k)/(2*k)!.
Equals (e-1)*sinh(sqrt(5)/2)/sqrt(5*e). (End)
EXAMPLE
0.6366474059673691903697811343993673619632...
MATHEMATICA
f[x_] := Cosh[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: A137245 A060294 A181171 * A021615 A198937 A198867
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 May 2 22:55 EDT 2024. Contains 372203 sequences. (Running on oeis4.)