A121283 a(n) = floor(n*Pi*e).
0, 8, 17, 25, 34, 42, 51, 59, 68, 76, 85, 93, 102, 111, 119, 128, 136, 145, 153, 162, 170, 179, 187, 196, 204, 213, 222, 230, 239, 247, 256, 264, 273, 281, 290, 298, 307, 315, 324, 333, 341, 350, 358, 367, 375, 384, 392, 401, 409, 418, 426, 435, 444, 452, 461
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
Table[Floor[n Pi E], {n, 0, 80}] (* Vincenzo Librandi, Feb 22 2013 *)
Extensions
Offset corrected by Mohammad K. Azarian, Nov 20 2008
Changed offset from 1 to 0 by Vincenzo Librandi, Feb 22 2013