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!)
A198748 Decimal expansion of the least x>0 that gives the absolute minimum of f(x)+f(2x)+f(3x), where f(x)=sin(x)-cos(x). 3
5, 9, 4, 7, 3, 0, 0, 2, 9, 2, 2, 8, 2, 2, 7, 8, 3, 1, 5, 0, 1, 1, 1, 5, 0, 8, 4, 2, 6, 0, 7, 9, 7, 7, 1, 1, 8, 3, 6, 3, 3, 1, 5, 8, 8, 4, 1, 4, 9, 3, 4, 4, 9, 9, 6, 7, 6, 2, 9, 0, 9, 5, 0, 6, 2, 1, 8, 1, 7, 2, 9, 3, 0, 6, 1, 3, 8, 8, 2, 5, 5, 1, 1, 9, 0, 3, 2, 7, 0, 3, 5, 0, 4, 5, 0, 4, 6, 6, 2 (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.94730029228227831501115084260797711836331...
min=-4.05824487647797618374998236242336948409...
MATHEMATICA
f[t_] := Sin[t] - Cos[t]
n = 3; s[t_] := Sum[f[k*t], {k, 1, n}]
x = N[Minimize[s[t], t], 110]; u = Part[x, 1]
v = t /. Part[x, 2]
RealDigits[u] (* A198747 *)
RealDigits[v] (* A198748 *)
Plot[s[t], {t, -2 Pi, 2 Pi}, PlotRange -> {-4.1, 3}]
CROSSREFS
Cf. A198745.
Sequence in context: A272610 A350760 A340216 * A196754 A198217 A021631
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 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)