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!)
A140276 Floor of the (first-quadrant) angle in degrees whose tangent is n. 2
0, 45, 63, 71, 75, 78, 80, 81, 82, 83, 84, 84, 85, 85, 85, 86, 86, 86, 86, 86, 87, 87, 87, 87, 87, 87, 87, 87, 87, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 88, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
180*atan(n)/Pi is an exact integer only for n = 0 and n = 1 (and n = -1). a(n) = 89 for n >= 58.
LINKS
FORMULA
For all integers n, a(n) = floor(180*atan(n)/Pi) = -A140278(-n), where a negative term represents a fourth-quadrant angle. Terms shown are only for n >= 0.
EXAMPLE
a(1) = 45 degrees as that is the first-quadrant angle with tan(45 deg) = 1. a(2) = 63 degrees as 180*atan(2)/Pi = 63.4349... and floor(63.4349...) = 63.
PROG
(PARI) a(n) = floor(180*atan(n)/Pi)
CROSSREFS
Sequence in context: A179007 A138046 A324367 * A140277 A242263 A242264
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, May 16 2008
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 July 23 21:46 EDT 2024. Contains 374575 sequences. (Running on oeis4.)