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!)
A193027 Decimal expansion of the constant term of the reduction of e^(2x) by x^2->x+1. 2
7, 2, 3, 9, 8, 7, 7, 3, 3, 1, 3, 0, 0, 9, 0, 0, 1, 7, 7, 3, 2, 4, 9, 3, 2, 2, 2, 3, 3, 9, 6, 1, 6, 1, 0, 4, 2, 5, 9, 0, 1, 3, 3, 4, 6, 9, 1, 6, 7, 8, 8, 1, 3, 4, 6, 1, 0, 3, 0, 8, 8, 0, 9, 0, 1, 1, 9, 1, 0, 1, 2, 1, 1, 5, 7, 9, 3, 8, 8, 4, 9, 2, 0, 5, 8, 7, 9, 3, 1, 7, 7, 2, 9, 8, 3, 9, 6, 4, 3, 3 (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^k*Fibonacci(k-1)/k!.
Equals e * (cosh(sqrt(5)) - sinh(sqrt(5))/sqrt(5)). (End)
EXAMPLE
7.239877331300900177324932223396161042590133469167...
MATHEMATICA
f[x_] := Exp[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: A019945 A335825 A336011 * A248288 A248287 A233929
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 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)