The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A193011 Decimal expansion of the constant term of the reduction of sin(x) by x^2->x+1. 2
1, 4, 3, 1, 9, 7, 4, 5, 2, 9, 1, 0, 0, 8, 0, 2, 3, 2, 6, 4, 1, 5, 0, 3, 6, 4, 7, 7, 2, 4, 6, 4, 1, 0, 8, 4, 9, 9, 0, 8, 8, 9, 2, 8, 6, 2, 3, 8, 9, 1, 3, 5, 5, 1, 7, 4, 6, 3, 3, 8, 8, 6, 4, 3, 3, 5, 0, 1, 0, 7, 1, 2, 6, 6, 1, 3, 3, 6, 4, 0, 8, 9, 0, 9, 5, 6, 1, 9, 7, 3, 1, 0, 8, 5, 2, 8, 5, 9, 1, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,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 Sum_{k>=1} (-1)^k*Fibonacci(2*k)/(2*k+1)!.
Equals cos(sqrt(5)/2)*sin(1/2) - cos(1/2)*sin(sqrt(5)/2)/sqrt(5). (End)
EXAMPLE
-0.143197452910080232641503647724641084990...
MATHEMATICA
f[x_] := Sin[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, 200}], 100]
RealDigits[u0, 10]
CROSSREFS
Sequence in context: A196841 A165732 A197698 * A214859 A123160 A109692
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 June 4 08:44 EDT 2024. Contains 373092 sequences. (Running on oeis4.)