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
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 02 2006
EXTENSIONS
Offset changed to 0 by Georg Fischer, Sep 02 2022
STATUS
approved