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 A040048 #23 Dec 27 2023 00:38:29 %S A040048 7,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2, %T A040048 14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14,2,14, %U A040048 2,14,2,14,2,14,2,14,2,14,2 %N A040048 Continued fraction for sqrt(56). %H A040048 Harry J. Smith, <a href="/A040048/b040048.txt">Table of n, a(n) for n = 0..20000</a> %H A040048 G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a> %H A040048 <a href="/index/Con#confC">Index entries for continued fractions for constants</a> %H A040048 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1). %e A040048 7.4833147735478827711674974... = 7 + 1/(2 + 1/(14 + 1/(2 + 1/(14 + ...)))). - _Harry J. Smith_, Jun 06 2009 %p A040048 Digits := 100: convert(evalf(sqrt(N)),confrac,90,'cvgts'): %t A040048 ContinuedFraction[Sqrt[56],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 07 2011 *) %o A040048 (PARI) { allocatemem(932245000); default(realprecision, 30000); x=contfrac(sqrt(56)); for (n=0, 20000, write("b040048.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 06 2009 %Y A040048 Cf. A010509 Decimal expansion. - _Harry J. Smith_, Jun 06 2009 %K A040048 nonn,cofr,easy %O A040048 0,1 %A A040048 _N. J. A. Sloane_