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