The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121384 a(n) = ceiling(n*e). 5
0, 3, 6, 9, 11, 14, 17, 20, 22, 25, 28, 30, 33, 36, 39, 41, 44, 47, 49, 52, 55, 58, 60, 63, 66, 68, 71, 74, 77, 79, 82, 85, 87, 90, 93, 96, 98, 101, 104, 107, 109, 112, 115, 117, 120, 123, 126, 128, 131, 134, 136, 139, 142, 145, 147, 150, 153, 155, 158, 161, 164, 166 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Because the difference between e=A001113 and the constant 1/(1-theta), theta = A102525, defined in A054414 is only 0.00877, the difference |a(n)-A054414(n)| increases approximately as 0.00877*n. - R. J. Mathar, Apr 14 2008
A022843(n) <= A022852(n) <= a(n). - Reinhard Zumkeller, Mar 17 2015
LINKS
MATHEMATICA
Table[Ceiling[n * E], {n, 0, 80}] (* Vincenzo Librandi, Feb 22 2013 *)
PROG
(Haskell)
a121384 = ceiling . (* exp 1) . fromIntegral
-- Reinhard Zumkeller, Mar 17 2015
CROSSREFS
Sequence in context: A047400 A054414 A136616 * A310146 A265035 A151926
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 06 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 03:59 EDT 2024. Contains 372536 sequences. (Running on oeis4.)