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!)
A193017 Decimal expansion of the constant term of the reduction of cosh(x) by x^2->x+1. 2
1, 5, 9, 0, 6, 0, 9, 7, 5, 6, 4, 0, 6, 4, 6, 1, 4, 6, 2, 9, 6, 9, 7, 9, 3, 1, 1, 9, 9, 9, 9, 5, 8, 2, 9, 1, 6, 5, 1, 8, 3, 5, 3, 6, 7, 5, 0, 3, 1, 0, 6, 0, 7, 0, 6, 1, 3, 5, 5, 4, 1, 8, 1, 3, 4, 7, 4, 4, 4, 6, 7, 8, 3, 2, 3, 6, 8, 4, 4, 5, 1, 0, 5, 4, 2, 3, 3, 7, 6, 6, 0, 4, 2, 0, 0, 7, 9, 8, 4, 8 (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 1 + Sum_{k>=1} Fibonacci(2*k-1)/(2*k)!.
Equals (2 * cosh(phi) + (3+sqrt(5))*cosh(1/phi))/(5+sqrt(5)), where phi is the golden ratio (A001622). (End)
EXAMPLE
1.5906097564064614629697931199995829165183536750...
MATHEMATICA
f[x_] := Cosh[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, 300}], 100]
RealDigits[u0, 10]
CROSSREFS
Sequence in context: A102521 A198615 A195372 * A277651 A096789 A342714
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 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)