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.
%I A121901 #22 Sep 08 2022 08:45:27 %S A121901 0,5,8,10,11,13,14,15,16,17,18,19,20,21,21,22,23,24,24,25,26,26,27,28, %T A121901 28,29,29,30,31,31,32,32,33,33,34,34,35,35,36,36,37,37,37,38,38,39,39, %U A121901 40,40,41,41,41,42,42,43,43,43,44,44,45,45,45,46,46,46,47,47,47,48,48 %N A121901 a(n) = floor((Pi + e)*sqrt(n)). %H A121901 Vincenzo Librandi, <a href="/A121901/b121901.txt">Table of n, a(n) for n = 0..999</a> [Offset shifted by _Georg Fischer_, Sep 02 2022] %t A121901 Table[Floor[(Pi + E) Sqrt[n]], {n, 0, 70}] (* _Vincenzo Librandi_, Feb 21 2013 *) %o A121901 (PARI) for(n=0,50, print1(floor((exp(1)+Pi)*sqrt(n)), ", ")) \\ _G. C. Greubel_, Oct 28 2017 %o A121901 (Magma) C<i> := ComplexField(); [Floor((Exp(1) + Pi(C))*Sqrt(n)): n in [0..50]]; // _G. C. Greubel_, Oct 28 2017 %Y A121901 Cf. A059742 (Pi+e), A121854, A121855, A121856, A121857, A121900, A121902. %K A121901 nonn,easy %O A121901 0,2 %A A121901 _Mohammad K. Azarian_, Sep 01 2006 %E A121901 Offset corrected by _Mohammad K. Azarian_, Nov 20 2008 %E A121901 Offset changed to 0 by _Georg Fischer_, Sep 02 2022