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!)
A193087 Decimal expansion of the constant term of the reduction of (cos(x))^2 by x^2->x+1. 3
4, 8, 1, 2, 7, 6, 6, 6, 1, 3, 1, 5, 0, 7, 0, 8, 0, 3, 0, 0, 6, 9, 7, 2, 2, 2, 2, 9, 6, 1, 1, 3, 4, 3, 9, 6, 9, 5, 8, 4, 7, 1, 5, 9, 4, 6, 4, 5, 7, 5, 4, 6, 2, 0, 7, 2, 7, 6, 6, 6, 3, 0, 6, 2, 5, 3, 0, 0, 2, 7, 9, 3, 1, 2, 4, 7, 4, 4, 3, 9, 1, 6, 8, 7, 1, 7, 8, 9, 4, 4, 7, 5, 9, 8, 6, 8, 4, 5, 3, 0 (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 19 2022: (Start)
Equals 1 - A193089.
Equals 1 + Sum_{k>=1} (-1)^k * 2^(2*k-1) * Fibonacci(2*k-1)/(2*k)!.
Equals 1 + (cos(2*phi) - 2*phi^2*sin(phi-1)^2 - 1)/(5+sqrt(5)), where phi is the golden ratio (A001622). (End)
EXAMPLE
0.48127666131507080300697222296113439695...
MATHEMATICA
f[x_] := Cos[x]^2; 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: A154520 A244690 A002390 * A201404 A122149 A254149
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 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)