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!)
A198743 Decimal expansion of the absolute minimum of f(x)+f(2x)+f(3x)+f(4x)+f(5x)+f(6x), where f(x)=sin(x)+cos(x). 3

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

%S 4,7,3,4,6,8,7,7,0,2,7,4,7,3,6,7,9,7,1,9,5,5,2,4,7,3,4,8,4,6,5,9,8,9,

%T 7,5,9,8,7,5,3,4,1,5,1,9,3,5,7,1,7,9,1,1,8,6,1,1,4,7,6,1,9,5,2,7,1,4,

%U 5,8,1,2,5,1,6,8,0,3,0,6,8,8,4,0,9,6,3,1,7,1,6,9,5,5,7,9,9,0,6

%N Decimal expansion of the absolute minimum of f(x)+f(2x)+f(3x)+f(4x)+f(5x)+f(6x), where f(x)=sin(x)+cos(x).

%C See A198735 for a guide to related sequences.

%e x=5.7523645359132336559108108069560323541652222...

%e min=-4.7346877027473679719552473484659897598753...

%t f[t_] := Sin[t] + Cos[t]

%t n = 6; 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] (* A198743 *)

%t RealDigits[v] (* A198744 *)

%t Plot[s[t], {t, -2 Pi, 2 Pi}, PlotRange -> {-5, 8}]

%Y Cf. A198735.

%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 2 01:28 EDT 2024. Contains 375600 sequences. (Running on oeis4.)