The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121916 a(n) = floor((Pi+e)^(n*e)). 2

%I #22 Sep 08 2022 08:45:27

%S 1,122,14951,1828144,223535959,27332807665,3342112728281,

%T 408656059975457,49968325108097955,6109865382293662597,

%U 747082374864324679924,91349324397617876090443,11169717488538903806777417,1365774619533204572560235117

%N a(n) = floor((Pi+e)^(n*e)).

%H Vincenzo Librandi, <a href="/A121916/b121916.txt">Table of n, a(n) for n = 0..399</a> [Offset shifted by _Georg Fischer_, Sep 02 2022]

%t Floor[(Pi + E)^(E (Range[0, 20]))] (* _Vincenzo Librandi_, Feb 21 2013 *)

%o (PARI) for(n=0,50, print1(floor((Pi+exp(1))^(n*exp(1))), ", ")) \\ _G. C. Greubel_, Nov 06 2017

%o (Magma) C<i> := ComplexField(); [Floor((Pi(C) + Exp(1))^(n*Exp(1))): n in [0..50]]; // _G. C. Greubel_, Nov 06 2017

%Y Cf. A121854, A121855, A121856, A121857, A121915.

%K nonn,easy

%O 0,2

%A _Mohammad K. Azarian_, Sep 02 2006

%E Offset changed to 0 by _Georg Fischer_, Sep 02 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)