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 A019627 #14 Sep 08 2022 08:44:44 %S A019627 4,4,9,4,5,9,6,9,5,9,3,0,1,8,7,7,4,0,2,8,7,5,5,5,3,0,8,9,2,3,5,0,3,9, %T A019627 2,0,7,9,1,3,0,9,9,2,2,9,3,5,0,0,6,0,5,0,6,2,5,2,4,2,1,6,4,7,4,6,2,7, %U A019627 5,1,9,0,0,6,0,9,1,2,1,4,7,7,6,6,9,7,7,0,4,5,7,7,4,2,3,5,4,7,0 %N A019627 Decimal expansion of Pi*e/19. %H A019627 G. C. Greubel, <a href="/A019627/b019627.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from Ivan Panchenko) %t A019627 RealDigits[Pi*E/19, 10, 50][[1]] (* _G. C. Greubel_, Jan 28 2018 *) %o A019627 (PARI) Pi*exp(1)/19 \\ _G. C. Greubel_, Jan 28 2018 %o A019627 (Magma) C<i> := ComplexField(); Pi(C)*Exp(1)/19; // _G. C. Greubel_, Jan 28 2018 %Y A019627 Cf. A019609 (e*Pi). %K A019627 nonn,cons %O A019627 0,1 %A A019627 _N. J. A. Sloane_