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

%I #5 Mar 30 2012 18:57:55

%S 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,

%T 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,

%U 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

%N Decimal expansion of the least x>0 that gives the absolute minimum of sin(x)+sin(2x)+sin(3x)+sin(4x)+sin(5x).

%C See A198677 for a guide to related sequences.

%e x=5.8590231016815427641022649970323299904568...

%e min=-3.9621733635032856002319779111064909898...

%t n = 5; f[t_] = Sin[t]; s[t_] := Sum[f[k*t], {k, 1, n}];

%t x = N[Minimize[s[t], t], 110]; u = Part[x, 1]

%t v = t /. Part[x, 2]

%t RealDigits[u] (* A198731 *)

%t RealDigits[v] (* A198732 *)

%t Plot[s[t], {t, -3 Pi, 3 Pi}]

%Y Cf. A198677.

%K nonn,cons

%O 1,1

%A _Clark Kimberling_, Oct 29 2011

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 September 16 07:34 EDT 2024. Contains 375959 sequences. (Running on oeis4.)