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!)
A193079 Decimal expansion of the constant term of the reduction of sinh(2x) by x^2->x+1. 2
2, 3, 6, 9, 1, 5, 8, 6, 9, 7, 9, 0, 0, 0, 9, 4, 4, 4, 0, 4, 6, 8, 2, 7, 2, 8, 0, 2, 2, 5, 8, 3, 8, 5, 2, 5, 8, 6, 9, 8, 0, 1, 3, 7, 7, 5, 3, 7, 9, 1, 7, 7, 2, 0, 3, 0, 0, 5, 9, 1, 4, 2, 3, 8, 5, 4, 2, 3, 7, 6, 8, 5, 7, 0, 7, 5, 7, 9, 9, 8, 5, 9, 2, 2, 3, 3, 8, 9, 0, 0, 0, 6, 0, 1, 8, 0, 2, 1, 8, 2 (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 Sum_{k>=1} 2^(2*k+1)*Fibonacci(2*k)/(2*k+1)!.
Equals ((3+sqrt(5))*sinh(1-sqrt(5)) + 2*sinh(1+sqrt(5)))/(5 + sqrt(5)). (End)
EXAMPLE
2.3691586979000944404682728022583852586980...
MATHEMATICA
f[x_] := Sinh[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: A103964 A199790 A088329 * A191397 A358764 A361133
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 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)