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 A182497 #22 Sep 08 2022 08:45:55 %S A182497 1,9,2,3,1,5,5,1,6,8,2,1,1,8,4,5,8,9,6,6,3,1,9,2,3,7,4,4,1,9,6,3,5,9, %T A182497 0,7,1,2,1,6,7,8,2,6,1,3,3,3,3,7,5,2,3,8,6,7,3,2,5,2,9,1,2,5,3,9,1,7, %U A182497 8,8,4,4,9,1,6,1,3,7,9,3,5,9,3,7,3,9,0,9,7,1,2,3,7,8,5,5,6,6,0,5,1,1,6,5,0 %N A182497 Decimal expansion of gamma^3, where gamma is the Euler-Mascheroni constant. %H A182497 G. C. Greubel, <a href="/A182497/b182497.txt">Table of n, a(n) for n = 0..10000</a> %F A182497 Equals A001620^3. %e A182497 0.19231551682118458966319237441963590712167826133337... %t A182497 RealDigits[EulerGamma^3, 10, 105][[1]] %o A182497 (PARI) default(realprecision, 100); Euler^3 \\ _G. C. Greubel_, Dec 26 2016 %o A182497 (Magma) R:= RealField(100); EulerGamma(R)^3; // _G. C. Greubel_, Sep 01 2018 %Y A182497 Cf. A001620, A155969. %K A182497 nonn,cons %O A182497 0,2 %A A182497 _Volker Werner_, May 02 2012