The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A178832 Number of minima of the 1-D Griewank function in [-n, n]. 3
1, 1, 1, 1, 1, 1, 1, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 13, 15, 15, 15, 15, 15, 15, 15, 17, 17, 17, 17, 17, 17, 19, 19, 19, 19, 19, 19, 21, 21, 21, 21, 21, 21, 21, 23, 23, 23, 23, 23, 23, 25, 25, 25, 25, 25, 25, 27, 27, 27, 27, 27, 27, 29, 29, 29, 29, 29, 29, 29, 31, 31, 31, 31, 31, 31, 33, 33, 33, 33, 33, 33, 35, 35 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
COMMENTS
Appears to be equal to the number of positive roots for x-cos(nx)=0. - Yuriy Sibirmovsky, Sep 11 2016
LINKS
Eric Weisstein's World of Mathematics, Griewank Function
EXAMPLE
Minima occur at 0 and near +/- 6.28005, 12.5601, 18.8401, 25.1202, ...
MATHEMATICA
A = Table[{n, CountRoots[x - Cos[n x], {x, 0, Infinity}]}, {n, 0, 108}]; (* (!) Conjecture, may not be correct for larger n (!) Yuriy Sibirmovsky, Sep 11 2016 *)
CROSSREFS
Cf. A177889.
Sequence in context: A362049 A333819 A216944 * A111233 A210746 A283986
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Dec 27 2010
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 26 05:37 EDT 2024. Contains 372807 sequences. (Running on oeis4.)