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!)
A121905 a(n) = ceiling(e^(n*Pi)). 4
1, 24, 536, 12392, 286752, 6635624, 153552936, 3553321281, 82226315586, 1902773895293, 44031505860633, 1018919543279305, 23578503968558227, 545622913077172101, 12626092124920479898, 292176517015939695008 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..699 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
Ceiling[E^(Pi Range[0, 20])] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(ceil(exp(Pi*n)), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Ceiling(Exp(Pi(C)*n)): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Cf. A062360 (floor).
Sequence in context: A055007 A014907 A233636 * A192835 A235118 A223099
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 01 2006
EXTENSIONS
Offset changed to 0 by Georg Fischer, Sep 02 2022
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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)