%I #24 Jan 06 2023 13:28:05
%S 1,22,504,11328,254433,5714356,128339632,2882400037,64736277048,
%T 1453922256329,32653869265129,733378399940296,16471061151498380,
%U 369926160190271626,8308229975861003525,186595847388277259847,4190785566084546949287,94121513992523815815369
%N a(n) = floor(Pi^(n*e)).
%H Vincenzo Librandi, <a href="/A121904/b121904.txt">Table of n, a(n) for n = 0..699</a> [Offset shifted by _Georg Fischer_, Sep 02 2022]
%t Floor[Pi^(E Range[0, 20])] (* _Vincenzo Librandi_, Feb 21 2013 *)
%o (PARI) for(n=0,50, print1(floor(Pi^(n*exp(1))), ", ")) \\ _G. C. Greubel_, Nov 06 2017
%o (Magma) C<i> := ComplexField(); [Floor(Pi(C)^(n*Exp(1))): n in [0..50]]; // _G. C. Greubel_, Nov 06 2017
%Y Cf. A121854, A121855, A121856, A121857, A121903.
%K nonn,easy
%O 0,2
%A _Mohammad K. Azarian_, Sep 01 2006
%E Offset changed to 0 by _Georg Fischer_, Sep 02 2022