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!)
A198745 Decimal expansion of the absolute minimum of f(x)+f(2x), where f(x)=sin(x)-cos(x). 10
2, 7, 4, 1, 8, 0, 1, 4, 1, 0, 8, 4, 6, 8, 0, 8, 0, 5, 1, 2, 7, 6, 0, 1, 5, 7, 1, 5, 5, 3, 2, 4, 4, 4, 6, 7, 5, 9, 5, 1, 6, 3, 5, 6, 9, 4, 6, 9, 6, 8, 6, 4, 6, 9, 9, 9, 6, 0, 8, 6, 5, 2, 2, 3, 2, 2, 5, 8, 9, 7, 1, 1, 4, 4, 0, 7, 3, 4, 3, 6, 7, 0, 4, 8, 1, 8, 1, 1, 1, 5, 2, 4, 0, 0, 5, 2, 2, 2, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let f(x)=sin(x)+cos(x) and g(x)=f(x)+f(2x)+...+f(nx), where n>=2. Then f(x) attains an absolute minimum at some x between 0 and 2*pi. Guide to related sequences (including graphs in Mathematica programs):
n....x.........minimum of f(x)
LINKS
EXAMPLE
x=5.81273216913788444549287183000...
min=-2.74180141084680805127601571...
MATHEMATICA
f[t_] := Sin[t] + Cos[t]
x = Minimize[f[t] + f[2 t], t]
N[x, 30]
(RealDigits[N[{#1[[1]], t /. #1[[2]]}, 110]] &)[x]
Plot[f[t] + f[2 t], {t, -3 Pi, 3 Pi}]
(* Second program: *)
Root[27 + 162x - 207x^2 - 8x^3 + 32x^4, 1] // RealDigits[#, 10, 99]& // First (* Jean-François Alcover, Feb 19 2013 *)
CROSSREFS
Cf. A198736.
Sequence in context: A051558 A353908 A144805 * A200111 A201747 A117233
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 29 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 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)