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 A003117 M3473 #37 Jul 02 2025 16:01:54 %S A003117 1,4,14,2,1,1,3,2,29,2,1,7,1,5,2,1,1,19,12,77,2,16,2,1,1,15,1,1,3,14, %T A003117 5,1,3,2,1,1,1,1,1,1,5,1,463,1,379,3,5,3,11,1,7,7,1,1,2,1,1,1,2,1,1,1, %U A003117 2,1,46,17,44,1,1,1,2,24,9,1,7,4,1,2,2,1,3,2,7,1,7,1,1,2,1,1,4,1,46,8,2 %N A003117 Continued fraction for fifth root of 3. %D A003117 H. P. Robinson, Letter to N. J. A. Sloane, Nov 13 1973. %D A003117 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A003117 Harry J. Smith, <a href="/A003117/b003117.txt">Table of n, a(n) for n = 0..19999</a> %H A003117 Herman P. Robinson, <a href="/A003116/a003116.pdf">Letter to N. J. A. Sloane, Nov 13 1973</a>. %H A003117 J. Shallit & N. J. A. Sloane, <a href="/A002949/a002949.pdf">Correspondence 1974-1975</a> %H A003117 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %H A003117 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %e A003117 1.24573093961551732596668033... = 1 + 1/(4 + 1/(14 + 1/(2 + 1/(1 + ...)))). - _Harry J. Smith_, May 12 2009 %t A003117 ContinuedFraction[Surd[3,5],120] (* _Harvey P. Dale_, Dec 15 2018 *) %o A003117 (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(3^(1/5)); for (n=1, 20000, write("b003117.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, May 12 2009 %Y A003117 Cf. A005532 (decimal expansion). %K A003117 nonn,cofr %O A003117 0,2 %A A003117 _N. J. A. Sloane_ %E A003117 More terms from _James Sellers_, Sep 08 2000 %E A003117 Offset changed by _Andrew Howroyd_, Jul 05 2024