OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..999 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
With[{a = Pi^E + E^Pi}, Floor[a * Range[0, 40]]] (* Vincenzo Librandi, Feb 20 2013 *)
PROG
(PARI) a(n)=floor(n*(Pi^exp(1)+exp(Pi))) \\ Charles R Greathouse IV, Feb 20 2013
(Magma) C<i> := ComplexField(); [Floor(n*(Pi(C)^Exp(1) + Exp(1)^Pi(C))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
Mohammad K. Azarian, Sep 02 2006
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Nov 20 2008
Offset changed to 0 by Georg Fischer, Sep 02 2022
STATUS
approved