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 A060302 #19 Jun 13 2023 04:32:01 %S A060302 2,7,1,8,2,8,1,8,0,8,6,1,1,9,1,5,2,5,7,6,0,4,2,0,2,2,5,8,4,2,0,4,1,9, %T A060302 8,3,2,5,3,7,0,6,7,1,3,9,1,9,3,9,3,1,3,2,3,2,5,6,8,5,0,2,9,9,8,8,1,4, %U A060302 9,4,9,9,5,4,4,9,0,2,1,8,3,4,9,2,7,1,6,2,9,7,2,0,7,4,7,9,0,2,1,6,8,8,0,0,6 %N A060302 Decimal expansion of (Pi^4 + Pi^5)^(1/6). %C A060302 Approximation to e, accurate to 7 decimal places. %H A060302 Harry J. Smith, <a href="/A060302/b060302.txt">Table of n, a(n) for n = 1..20000</a> %H A060302 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>. %t A060302 RealDigits[Surd[Pi^4 + Pi^5, 6], 10, 120][[1]] (* _Amiram Eldar_, Jun 13 2023 *) %o A060302 (PARI) default(realprecision, 20080); x=(Pi^4 + Pi^5)^(1/6); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b060302.txt", n, " ", d)); \\ _Harry J. Smith_, Jul 03 2009 %Y A060302 Cf. A001113, A000796, A092425, A092731. %K A060302 nonn,cons %O A060302 1,1 %A A060302 _Jason Earls_, Mar 26 2001