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!)
A198729 Decimal expansion of the absolute minimum of sin(x)+sin(2x)+sin(3x)+sin(4x). 3
3, 2, 3, 2, 3, 8, 4, 8, 7, 1, 1, 1, 1, 4, 5, 2, 3, 3, 0, 8, 8, 4, 2, 6, 9, 5, 2, 0, 4, 9, 3, 4, 2, 8, 1, 8, 1, 4, 5, 0, 4, 2, 7, 6, 5, 6, 8, 5, 3, 3, 0, 2, 8, 0, 0, 1, 4, 8, 0, 2, 9, 6, 7, 4, 9, 4, 6, 0, 8, 0, 6, 9, 5, 9, 9, 1, 5, 5, 8, 6, 2, 9, 9, 9, 1, 3, 3, 2, 0, 8, 8, 0, 1, 3, 2, 2, 7, 4, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A198677 for a guide to related sequences.
LINKS
EXAMPLE
x=5.764569445617181108633794876455734774725510...
min=-3.232384871111452330884269520493428181450...
MATHEMATICA
n = 4; f[t_] = Sin[t]; 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] (* A198729 *)
RealDigits[v] (* A198730 *)
Plot[s[t], {t, -3 Pi, 3 Pi}]
RealDigits[Minimize[Plus@@Sin[x*Range[4]], x], 10, 100][[1, 1]] (* Harvey P. Dale, Dec 14 2020 *)
CROSSREFS
Cf. A198677.
Sequence in context: A023509 A115041 A039641 * A093489 A066919 A268714
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 May 8 07:09 EDT 2024. Contains 372319 sequences. (Running on oeis4.)