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!)
A198674 Decimal expansion of the least x>0 that gives the absolute minimum of cos(x)+cos(2x)+cos(3x)+cos(4x)+cos(5x). 3
8, 1, 9, 2, 7, 2, 4, 1, 3, 4, 2, 4, 5, 4, 2, 6, 7, 5, 9, 0, 6, 7, 1, 7, 8, 5, 8, 0, 7, 4, 1, 7, 8, 3, 9, 9, 9, 2, 3, 4, 9, 8, 6, 1, 8, 6, 9, 3, 1, 8, 3, 0, 7, 4, 5, 7, 8, 6, 9, 2, 5, 5, 9, 8, 0, 5, 3, 7, 9, 7, 8, 1, 6, 9, 2, 8, 1, 4, 3, 1, 8, 6, 2, 4, 6, 8, 5, 4, 9, 2, 9, 8, 0, 6, 6, 8, 4, 0, 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.8192724134245426759067178580741783999...
min=-1.728768207393169918251228314555655767777...
MATHEMATICA
n = 5; 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] (* A198673 *)
RealDigits[v] (* A198674 *)
Plot[s[t], {t, -3 Pi, 3 Pi}, PlotRange -> {-2, 6}]
CROSSREFS
Cf. A196361.
Sequence in context: A230151 A308043 A286253 * A168321 A242047 A176455
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)