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!)
A198676 Decimal expansion of the least x>0 that gives the absolute minimum of cos(x)+cos(2x)+cos(3x)+cos(4x)+cos(5x)+cos(6x). 3
6, 9, 2, 6, 7, 3, 7, 4, 5, 2, 0, 6, 3, 6, 8, 2, 4, 4, 5, 5, 6, 9, 0, 3, 6, 3, 0, 6, 5, 9, 5, 1, 8, 2, 0, 0, 1, 5, 8, 4, 6, 5, 0, 4, 4, 2, 8, 6, 6, 8, 7, 9, 1, 2, 3, 3, 4, 1, 6, 6, 0, 4, 0, 0, 2, 2, 2, 2, 5, 9, 8, 9, 7, 6, 7, 0, 3, 4, 6, 7, 6, 1, 1, 1, 4, 2, 0, 2, 4, 8, 9, 7, 3, 0, 4, 0, 6, 5, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A196361 for a guide to related sequences.
LINKS
EXAMPLE
x=0.6926737452063682445569036306595182001...
min=-1.940589216902488020962568639391387253030...
MATHEMATICA
n = 6; f[t_] := Cos[t]; s[t_] := Sum[f[k*t], {k, 1, n}];
x = N[Minimize[s[t], t], 110]; u = Part[x, 1]
v = 2 Pi - t /. Part[x, 2]
RealDigits[u] (* A198675 *)
RealDigits[v] (* A198676 *)
Plot[s[t], {t, -3 Pi, 3 Pi}, PlotRange -> {-2, 6}]
CROSSREFS
Sequence in context: A289503 A349522 A254135 * A198616 A215668 A344230
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 28 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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)