login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046964 Sin(n) decreases monotonically to -1. 3
1, 3, 4, 5, 11, 344, 1054, 1764, 2474, 3184, 3894, 4604, 5314, 6024, 6734, 7444, 8154, 8864, 9574, 10284, 10994, 11704, 12414, 13124, 13834, 14544, 15254, 15964, 16674, 17384, 18094, 18804, 19514, 20224, 20934, 21644, 22354, 23064 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Sin(10265498) =-0.9999999999999999313932793053103935998520142594607...

LINKS

Robert G. Wilson v, Table of n, a(n) for n=1..88

MATHEMATICA

z={}; current=1; Timing[ Do[ If[ Sin[ n ]<current, AppendTo[ z, current=Sin[ n ] ] ], {n, 30000} ] ]; z

d = 1; lst = {}; Do[a = Sin@n; If[a > d, d = a; Print@n; AppendTo[lst, n]], {n, 111111111}]; lst (* Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 24 2007 *)

CROSSREFS

Cf. A046959, A046965.

Sequence in context: A074221 A052276 A173096 * A191197 A055493 A109350

Adjacent sequences:  A046961 A046962 A046963 * A046965 A046966 A046967

KEYWORD

nonn

AUTHOR

wouter.meeussen(AT)pandora.be

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:49 EST 2012. Contains 205824 sequences.