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

Robert Israel, Table of n, a(n) for n = 0..10000

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

Adjacent sequences: A000490 A000491 A000492 * A000494 A000495 A000496

KEYWORD

sign,easy

AUTHOR

N. J. A. Sloane

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 March 28 03:46 EDT 2023. Contains 361577 sequences. (Running on oeis4.)