login
A134901
a(n) = floor(n*exp(csc(n))).
2
3, 6, 3585, 1, 1, 0, 32, 21, 101, 1, 4, 1, 140, 38, 69, 0, 6, 4, 15011, 59, 69, 0, 7, 7, 0, 96, 76, 1122, 6, 10, 2, 196, 89, 225, 3, 13, 7, 1109, 110, 153, 0, 14, 12, 150381952598940947400633733, 145, 139, 153663, 13, 17, 1, 226
OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..709 (shortened by N. J. A. Sloane, Jan 13 2019)
MATHEMATICA
Table[Floor[n * Exp[Csc[n]]], {n, 70}] (* Vincenzo Librandi, Feb 18 2013 *)
PROG
(Magma) [Floor(n*Exp(Cosec(n))): n in [1..60]]; // Vincenzo Librandi, Feb 18 2013
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Nov 14 2007
STATUS
approved