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 A182545 #11 Sep 08 2022 08:45:55 %S A182545 1,1,4,1,9,9,0,4,5,9,0,1,1,6,3,8,4,8,9,9,1,2,4,6,2,0,8,8,1,2,0,1,7,7, %T A182545 4,2,9,5,7,1,5,5,2,3,5,6,1,5,0,1,7,2,7,0,4,1,9,5,6,5,7,7,0,2,6,8,0,6, %U A182545 9,2,4,6,2,5,2,2,0,0,0,5,3,4,8,4,0,7,1,9,1,1,7,3,7,6,3,0,3,9,7,8,2,6,9,4,3 %N A182545 Decimal expansion of | log_phi(gamma) |, where phi is the golden ratio and gamma is the Euler-Mascheroni constant. %C A182545 Reciprocal of A182527. %H A182545 G. C. Greubel, <a href="/A182545/b182545.txt">Table of n, a(n) for n = 1..10000</a> %F A182545 Equals 1/A182527. %e A182545 1.14199045901163848991246208812017742957155235615017... %t A182545 RealDigits[ N[Log[EulerGamma]/Log[GoldenRatio], 105]] [[1]] %o A182545 (PARI) default(realprecision, 100); phi=(1+sqrt(5))/2; -log(Euler)/log(phi) \\ _G. C. Greubel_, Sep 01 2018 %o A182545 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); phi:=(1+Sqrt(5))/2; -Log(EulerGamma(R))/Log(phi); // _G. C. Greubel_, Sep 01 2018 %Y A182545 Cf. A001620, A001622, A182527. %K A182545 nonn,cons %O A182545 1,3 %A A182545 _Volker Werner_, May 04 2012