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!)
A198739 Decimal expansion of the absolute minimum of f(x)+f(2x)+f(3x)+f(4x), where f(x)=sin(x)+cos(x). 3
3, 4, 1, 9, 4, 0, 6, 5, 0, 5, 7, 6, 2, 9, 4, 6, 3, 3, 2, 7, 3, 0, 4, 5, 5, 7, 1, 6, 2, 1, 1, 2, 4, 3, 2, 6, 3, 7, 2, 1, 6, 0, 1, 6, 8, 0, 2, 1, 4, 2, 7, 7, 7, 4, 7, 5, 5, 9, 4, 7, 6, 2, 5, 9, 8, 5, 6, 5, 3, 2, 2, 4, 1, 6, 3, 3, 9, 0, 0, 0, 1, 9, 2, 4, 6, 7, 4, 7, 2, 8, 0, 4, 0, 2, 4, 6, 6, 4, 1 (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.5154369780827950192498750534181150758000...
min=-3.4194065057629463327304557162112432637...
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] (* A198739 *)
RealDigits[v] (* A198740 *)
Plot[s[t], {t, -3 Pi, 3 Pi}]
CROSSREFS
Cf. A198735.
Sequence in context: A174607 A326503 A105578 * A158076 A010611 A136158
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 25 12:32 EDT 2024. Contains 371969 sequences. (Running on oeis4.)