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 A005533 M2231 #33 Feb 04 2024 03:23:45 %S A005533 1,3,1,9,5,0,7,9,1,0,7,7,2,8,9,4,2,5,9,3,7,4,0,0,1,9,7,1,2,2,9,6,4,0, %T A005533 1,3,3,0,3,3,4,6,9,0,1,3,1,9,3,4,1,8,6,8,1,5,0,5,8,0,7,7,9,5,9,8,0,5, %U A005533 3,5,9,8,0,8,9,3,5,2,0,8,3,0,0,5,0,3,5 %N A005533 Decimal expansion of fifth root of 4. %D A005533 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A005533 Harry J. Smith, <a href="/A005533/b005533.txt">Table of n, a(n) for n = 1..20000</a> %H A005533 Jean-Paul Allouche, Henri Cohen, Michel Mendès France, and Jeffrey O. Shallit, <a href="https://doi.org/10.4064/aa-49-2-141-153">De nouveaux curieux produits infinis</a>, Acta Arithmetica, Vol. 49, No. 2 (1987), pp. 141-153; <a href="https://eudml.org/doc/206075">alternative link</a>. %F A005533 Equals Product_{k>=0} ((2*k+2)/(2*k+1))^((-3/2)^A000120(k)) (Allouche et al., 1987). - _Amiram Eldar_, Feb 04 2024 %e A005533 1.319507910772894259374001971229640133033469013193418681505807795980535... - _Harry J. Smith_, May 11 2009 %t A005533 RealDigits[N[4^(1/5),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Jan 22 2012 *) %o A005533 (PARI) { default(realprecision, 20080); x=4^(1/5); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b005533.txt", n, " ", d)); } \\ _Harry J. Smith_, May 11 2009 %Y A005533 Cf. A000120, A003118 (continued fraction). %K A005533 cons,nonn %O A005533 1,2 %A A005533 _N. J. A. Sloane_ %E A005533 More terms from _Jon E. Schoenfield_, Mar 11 2018