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!)
A198738 Decimal expansion of the least x>0 that gives the absolute minimum of Decimal expansion of the absolute minimum of f(x)+f(2x)+f(3x), where f(x)=sin(x)+cos(x). 3
5, 2, 9, 4, 4, 2, 8, 9, 4, 6, 9, 5, 2, 1, 1, 7, 6, 4, 0, 5, 6, 0, 5, 3, 3, 3, 9, 7, 0, 4, 6, 4, 5, 0, 0, 7, 5, 7, 3, 6, 7, 8, 3, 8, 6, 1, 9, 5, 4, 9, 3, 1, 8, 1, 4, 1, 4, 2, 6, 2, 3, 9, 6, 5, 8, 2, 1, 1, 4, 9, 9, 8, 0, 5, 4, 5, 8, 4, 0, 5, 7, 2, 3, 6, 3, 3, 9, 6, 8, 6, 2, 5, 9, 9, 6, 2, 8, 7, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198735 for a guide to related sequences.
LINKS
EXAMPLE
x=5.2944289469521176405605333970464500...
min=-2.75873119163855400111893535814922666...
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] (* A198737 *)
RealDigits[v] (* A198738 *)
Plot[s[t], {t, -3 Pi, 3 Pi}]
CROSSREFS
Cf. A198735.
Sequence in context: A003671 A318379 A065262 * A051356 A188933 A306648
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 August 22 06:14 EDT 2024. Contains 375356 sequences. (Running on oeis4.)