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!)
A000493 a(n) = floor(sin(n)). 8
0, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0, 0, -1, -1, -1, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = -(A032615(n) mod 2). - Robert Israel, Jun 14 2015
MAPLE
f := n->floor(evalf(sin(n)));
MATHEMATICA
f[ n_ ] := Floor[ N[ Sin[ n ] ] ]
Floor[Sin[Range[0, 90]]] (* Harvey P. Dale, Dec 04 2012 *)
PROG
(Magma) [Floor(Sin(n)): n in [0..100]]; // Vincenzo Librandi, Jun 15 2015
CROSSREFS
Cf. A032615, A126564 (even bisection), A000480 (floor cos(n)).
Sequence in context: A011661 A011660 A087101 * A011663 A091247 A085137
KEYWORD
sign,easy
AUTHOR
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 18 11:52 EDT 2024. Contains 371779 sequences. (Running on oeis4.)