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”).

A121283
a(n) = floor(n*Pi*e).
1
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,2
LINKS
MATHEMATICA
Table[Floor[n Pi E], {n, 0, 80}] ( * Vincenzo Librandi, Feb 22 2013 *)
CROSSREFS
Sequence in context: A110474 A118066 A044060 * A046464 A022390 A041831
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Aug 24 2006
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Nov 20 2008
Changed offset from 1 to 0 by Vincenzo Librandi, Feb 22 2013
STATUS
approved