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!)
A198741 Decimal expansion of the absolute minimum of f(x)+f(2x)+f(3x)+f(4x)+f(5x), where f(x)=sin(x)+cos(x). 4
4, 0, 7, 7, 6, 9, 7, 8, 8, 4, 8, 7, 7, 6, 9, 8, 5, 0, 3, 7, 7, 6, 4, 9, 7, 2, 1, 8, 9, 7, 2, 6, 8, 2, 9, 6, 9, 0, 7, 4, 4, 3, 8, 9, 4, 0, 7, 3, 6, 9, 1, 1, 7, 7, 8, 1, 8, 1, 6, 7, 1, 6, 2, 6, 0, 2, 2, 8, 1, 5, 7, 3, 1, 0, 0, 7, 2, 2, 9, 2, 0, 4, 5, 3, 0, 2, 7, 8, 2, 6, 8, 8, 3, 6, 0, 4, 3, 7, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198735 for a guide to related sequences.
LINKS
EXAMPLE
x=5.655552158617623094325762837474037558860...
min=-4.077697884877698503776497218972682969...
MATHEMATICA
f[t_] := Sin[t] + Cos[t]
n = 5; 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] (* A198741 *)
RealDigits[v] (* A198742 *)
Plot[s[t], {t, -2 Pi, 2 Pi}, PlotRange -> {-4.1, 7}]
CROSSREFS
Cf. A198735.
Sequence in context: A196533 A200518 A016682 * A298617 A221596 A195286
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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)