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!)
A198732 Decimal expansion of the least x>0 that gives the absolute minimum of sin(x)+sin(2x)+sin(3x)+sin(4x)+sin(5x). 3
5, 8, 5, 9, 0, 2, 3, 1, 0, 1, 6, 8, 1, 5, 4, 2, 7, 6, 4, 1, 0, 2, 2, 6, 4, 9, 9, 7, 0, 3, 2, 3, 2, 9, 9, 9, 0, 4, 5, 6, 8, 6, 9, 0, 9, 6, 1, 3, 1, 5, 0, 2, 8, 0, 2, 8, 8, 5, 4, 4, 6, 8, 1, 5, 1, 8, 0, 7, 4, 3, 3, 6, 9, 5, 3, 5, 2, 6, 2, 8, 3, 5, 0, 7, 1, 3, 6, 9, 1, 5, 0, 6, 6, 2, 2, 6, 6, 7, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198677 for a guide to related sequences.
LINKS
EXAMPLE
x=5.8590231016815427641022649970323299904568...
min=-3.9621733635032856002319779111064909898...
MATHEMATICA
n = 5; f[t_] = Sin[t]; 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] (* A198731 *)
RealDigits[v] (* A198732 *)
Plot[s[t], {t, -3 Pi, 3 Pi}]
CROSSREFS
Cf. A198677.
Sequence in context: A010719 A246903 A213022 * A202348 A273817 A073212
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 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)