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!)
A274086 Nearest integer to n*tan(n). 12
0, 2, -4, 0, 5, -17, -2, 6, -54, -4, 6, -2485, -8, 6, 101, -13, 5, 59, -20, 3, 45, -32, 0, 37, -51, -3, 31, -88, -8, 26, -192, -14, 21, -2485, -21, 17, 279, -31, 12, 141, -45, 7, 96, -64, 1, 73, -96, -6, 58, -155, -14, 46, -315, -23, 36, -2485, -34, 28, 483, -49, 19, 228, -68, 11, 150, -96, 2, 111, -139 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Chai Wah Wu, Table of n, a(n) for n = 0..10000 (corrected by Jon Maiga, Aug 28 2023)
MAPLE
f:=n->round(evalf(n*tan(n))); [seq(f(n), n=0..140)];
MATHEMATICA
Table[Round[n*Tan[n]], {n, 0, 100}] (* Jon Maiga, Aug 28 2023 *)
CROSSREFS
Sequence in context: A300753 A319275 A269011 * A255982 A256061 A323099
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Jun 10 2016
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 June 29 18:23 EDT 2024. Contains 373855 sequences. (Running on oeis4.)