A121904 a(n) = floor(Pi^(n*e)).
1, 22, 504, 11328, 254433, 5714356, 128339632, 2882400037, 64736277048, 1453922256329, 32653869265129, 733378399940296, 16471061151498380, 369926160190271626, 8308229975861003525, 186595847388277259847, 4190785566084546949287, 94121513992523815815369
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..699 [Offset shifted by _Georg Fischer_, Sep 02 2022]
Programs
-
Magma
C := ComplexField(); [Floor(Pi(C)^(n*Exp(1))): n in [0..50]]; // G. C. Greubel, Nov 06 2017
-
Mathematica
Floor[Pi^(E Range[0, 20])] (* Vincenzo Librandi, Feb 21 2013 *)
-
PARI
for(n=0,50, print1(floor(Pi^(n*exp(1))), ", ")) \\ G. C. Greubel, Nov 06 2017
Extensions
Offset changed to 0 by Georg Fischer, Sep 02 2022