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!)
A121903 a(n) = ceiling(Pi^(n*e)). 2
1, 23, 505, 11329, 254434, 5714357, 128339633, 2882400038, 64736277049, 1453922256330, 32653869265130, 733378399940297, 16471061151498381, 369926160190271627, 8308229975861003526, 186595847388277259848, 4190785566084546949288, 94121513992523815815370 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
Ceiling[Pi^(E Range[0, 20])] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(ceil(Pi^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Ceiling(Pi(C)^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Sequence in context: A200734 A218715 A133283 * A162809 A212336 A163171
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 01 2006
EXTENSIONS
Offset corrected by Georg Fischer, Aug 18 2022
Offset corrected for b-file by Sidney Cadot, Jan 06 2023
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)