login
A121904
a(n) = floor(Pi^(n*e)).
3
1, 22, 504, 11328, 254433, 5714356, 128339632, 2882400037, 64736277048, 1453922256329, 32653869265129, 733378399940296, 16471061151498380, 369926160190271626, 8308229975861003525, 186595847388277259847, 4190785566084546949287, 94121513992523815815369
OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..699 [Offset shifted by Georg Fischer, Sep 02 2022]
MATHEMATICA
Floor[Pi^(E Range[0, 20])] (* Vincenzo Librandi, Feb 21 2013 *)
PROG
(PARI) for(n=0, 50, print1(floor(Pi^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
(Magma) C<i> := ComplexField(); [Floor(Pi(C)^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Sep 01 2006
EXTENSIONS
Offset changed to 0 by Georg Fischer, Sep 02 2022
STATUS
approved