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!)
A193014 Decimal expansion of the coefficient of x in the reduction of cos(x) by x^2->x+1. 3
3, 8, 5, 6, 0, 5, 1, 3, 7, 9, 5, 5, 7, 4, 8, 8, 2, 9, 1, 5, 1, 3, 2, 4, 3, 5, 9, 1, 7, 2, 1, 3, 2, 5, 0, 1, 0, 3, 5, 4, 6, 4, 1, 1, 1, 4, 3, 9, 7, 4, 7, 2, 5, 0, 9, 0, 5, 2, 9, 4, 8, 7, 1, 8, 9, 0, 0, 3, 6, 1, 0, 6, 6, 5, 7, 7, 4, 8, 6, 5, 8, 3, 1, 4, 8, 2, 7, 5, 8, 8, 7, 3, 0, 4, 5, 4, 8, 3, 3, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,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} (-1)^k*Fibonacci(2*k)/(2*k)!.
Equals -2*sin(1/2)*sin(sqrt(5)/2)/sqrt(5). (End)
EXAMPLE
-0.3856051379557488291513243591721325...
MATHEMATICA
f[x_] := Cos[x]; r[n_] := Fibonacci[n];
c[n_] := SeriesCoefficient[Series[f[x], {x, 0, n}], n]
u1 = N[Sum[c[n]*r[n], {n, 0, 300}], 100]
RealDigits[u1, 10]
CROSSREFS
Sequence in context: A140392 A140385 A078361 * A155676 A200243 A236229
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 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)