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!)
A121917 a(n) = ceiling((Pi+e)^(n*e)). 3
1, 123, 14952, 1828145, 223535960, 27332807666, 3342112728282, 408656059975458, 49968325108097956, 6109865382293662598, 747082374864324679925, 91349324397617876090444, 11169717488538903806777418, 1365774619533204572560235118 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..399 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
Ceiling[(Pi + E)^(E (Range[0, 20]))] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(ceil((Pi+exp(1))^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Ceiling((Pi(C)+Exp(1))^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
Sequence in context: A324435 A135479 A095761 * A049670 A181006 A362497
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 02 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 July 4 09:21 EDT 2024. Contains 373987 sequences. (Running on oeis4.)