A134893 Floor(n*exp(sin n)).
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
Keywords
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Magma
[Floor(n*Exp(Sin(n))): n in [1..60]]; // Vincenzo Librandi, Feb 08 2013
-
Mathematica
Table[Floor[n Exp[Sin[n]]], {n, 60}] (* Vincenzo Librandi, Feb 08 2013 *)