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 A005534 M2615 #36 Feb 05 2025 11:22:57 %S A005534 1,3,7,9,7,2,9,6,6,1,4,6,1,2,1,4,8,3,2,3,9,0,0,6,3,4,6,4,2,1,6,0,1,7, %T A005534 6,9,2,8,5,5,6,4,9,8,7,7,9,7,7,6,0,6,1,2,1,7,7,2,7,3,7,6,7,4,7,9,1,5, %U A005534 0,6,1,8,9,4,2,1,6,3,5,8,3,3,1,5,6,5,8 %N A005534 Decimal expansion of fifth root of 5. %C A005534 Fifth root of 5 = 5^(1/5). - _Harry J. Smith_, May 10 2009 %D A005534 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A005534 Harry J. Smith, <a href="/A005534/b005534.txt">Table of n, a(n) for n = 1..20000</a> %H A005534 <a href="/index/Al#algebraic_05">Index entries for algebraic numbers, degree 5</a>. %e A005534 1.379729661461214832390063464216017692855649877977606121772737674791506.... %t A005534 RealDigits[N[5^(1/5),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 22 2012 *) %o A005534 (PARI) { default(realprecision, 20080); x=5^(1/5); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005534.txt", n, " ", d)); } \\ _Harry J. Smith_, May 10 2009 %Y A005534 Cf. A002951 (continued fraction). - _Harry J. Smith_, May 10 2009 %K A005534 nonn,cons %O A005534 1,2 %A A005534 _N. J. A. Sloane_