login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134893
Floor(n*exp(sin n)).
10
2, 4, 3, 1, 1, 4, 13, 21, 13, 5, 4, 7, 19, 37, 28, 11, 6, 8, 22, 49, 48, 21, 9, 9, 21, 55, 70, 36, 14, 11, 20, 55, 89, 57, 22, 13, 19, 51, 102, 84, 34, 16, 18, 44, 105, 113, 53, 22, 18, 38, 99, 139, 78, 30, 20, 33, 88, 156, 111, 44
OFFSET
1,1
LINKS
MATHEMATICA
Table[Floor[n Exp[Sin[n]]], {n, 60}] (* Vincenzo Librandi, Feb 08 2013 *)
PROG
(Magma) [Floor(n*Exp(Sin(n))): n in [1..60]]; // Vincenzo Librandi, Feb 08 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Mohammad K. Azarian, Nov 14 2007
STATUS
approved