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!)
A193081 Decimal expansion of the constant term of the reduction of cosh(2x) by x^2->x+1. 3
4, 8, 7, 0, 7, 1, 8, 6, 3, 3, 4, 0, 0, 8, 0, 5, 7, 3, 6, 8, 5, 6, 6, 5, 9, 4, 2, 1, 1, 3, 7, 7, 7, 5, 7, 8, 3, 8, 9, 2, 1, 1, 9, 6, 9, 3, 7, 8, 8, 7, 0, 4, 1, 4, 3, 0, 9, 7, 1, 7, 3, 8, 5, 1, 5, 7, 6, 7, 2, 4, 3, 5, 4, 5, 0, 3, 5, 8, 8, 6, 3, 2, 8, 3, 5, 4, 0, 4, 1, 7, 6, 6, 9, 6, 5, 9, 4, 2, 5, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,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 1 + Sum_{k>=1} 2^(2*k)*Fibonacci(2*k-1)/(2*k)!.
Equals ((3+sqrt(5))*cosh(1-sqrt(5)) + 2*cosh(1+sqrt(5)))/(5 + sqrt(5)). (End)
EXAMPLE
4.8707186334008057368566594211377757838921196937...
MATHEMATICA
f[x_] := Cosh[2 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, 100}], 100]
RealDigits[u0, 10]
CROSSREFS
Sequence in context: A323057 A028269 A019650 * A269574 A309824 A309818
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 15 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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)