cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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

This page as a plain text file.
%I A121916 #22 Sep 08 2022 08:45:27
%S A121916 1,122,14951,1828144,223535959,27332807665,3342112728281,
%T A121916 408656059975457,49968325108097955,6109865382293662597,
%U A121916 747082374864324679924,91349324397617876090443,11169717488538903806777417,1365774619533204572560235117
%N A121916 a(n) = floor((Pi+e)^(n*e)).
%H A121916 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 A121916 Floor[(Pi + E)^(E (Range[0, 20]))] (* _Vincenzo Librandi_, Feb 21 2013 *)
%o A121916 (PARI) for(n=0,50, print1(floor((Pi+exp(1))^(n*exp(1))), ", ")) \\ _G. C. Greubel_, Nov 06 2017
%o A121916 (Magma) C<i> := ComplexField(); [Floor((Pi(C) + Exp(1))^(n*Exp(1))): n in [0..50]]; // _G. C. Greubel_, Nov 06 2017
%Y A121916 Cf. A121854, A121855, A121856, A121857, A121915.
%K A121916 nonn,easy
%O A121916 0,2
%A A121916 _Mohammad K. Azarian_, Sep 02 2006
%E A121916 Offset changed to 0 by _Georg Fischer_, Sep 02 2022