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!)
A198750 Decimal expansion of the least x>0 that gives the absolute minimum of f(x)+f(2x)+f(3x)+f(4x), where f(x)=sin(x)-cos(x). 3
6, 0, 2, 1, 9, 9, 0, 1, 9, 6, 3, 9, 7, 5, 8, 4, 0, 6, 9, 0, 5, 2, 9, 6, 4, 1, 3, 9, 4, 1, 9, 5, 9, 7, 9, 5, 1, 4, 7, 0, 1, 1, 4, 9, 4, 9, 6, 9, 3, 1, 5, 7, 6, 2, 7, 5, 3, 4, 2, 6, 2, 2, 8, 6, 3, 7, 9, 0, 1, 2, 2, 8, 4, 4, 9, 1, 0, 5, 5, 2, 6, 3, 6, 4, 4, 0, 8, 9, 7, 9, 3, 2, 1, 9, 0, 7, 3, 5, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198745 for a guide to related sequences.
LINKS
EXAMPLE
x=6.02199019639758406905296413941959795147011...
min=-5.37101677824568058580129866091440445833...
MATHEMATICA
f[t_] := Sin[t] - Cos[t]
n = 4; 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] (* A198749 *)
RealDigits[v] (* A198750 *)
Plot[s[t], {t, -2 Pi, 2 Pi}, PlotRange -> {-6, 4}]
(* Second program/ *)
2*Pi + ArcSin[ Root[-5 + 5x + 160x^2 + 152x^3 - 568x^4 - 568x^5 + 512x^6 + 512x^7, 4]] // RealDigits[#, 10, 99]& // First (* Jean-François Alcover, Feb 15 2013 *)
CROSSREFS
Cf. A198745.
Sequence in context: A367309 A081823 A081802 * A322578 A087778 A129106
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:39 EDT 2024. Contains 371963 sequences. (Running on oeis4.)