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!)
A198746 Decimal expansion of the least x>0 that gives the absolute minimum of f(x)+f(2x), where f(x)=sin(x)-cos(x). 1
5, 8, 1, 2, 7, 3, 2, 1, 6, 9, 1, 3, 7, 8, 8, 4, 4, 4, 5, 4, 9, 2, 8, 7, 1, 8, 3, 0, 0, 0, 1, 5, 4, 2, 5, 3, 1, 6, 0, 0, 3, 2, 3, 3, 4, 3, 2, 4, 5, 2, 6, 8, 6, 6, 5, 4, 9, 5, 6, 0, 4, 5, 6, 1, 4, 8, 9, 0, 5, 5, 3, 3, 6, 3, 3, 5, 5, 6, 4, 6, 8, 5, 5, 0, 2, 4, 0, 2, 3, 7, 5, 9, 9, 0, 2, 8, 8, 3, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198745 for a guide to related sequences.
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}]
CROSSREFS
Cf. A198745.
Sequence in context: A199661 A343784 A154856 * A021176 A275688 A330867
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)