cp's OEIS Frontend

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.

A040013 Continued fraction for sqrt(18).

Original entry on oeis.org

4, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4, 8, 4
Offset: 0

Views

Author

Keywords

Comments

Decimal expansion of 74/165. - R. J. Mathar, Aug 25 2025

Examples

			4.242640687119285146405066172... = 4 + 1/(4 + 1/(8 + 1/(4 + 1/(8 + ...)))). - _Harry J. Smith_, Jun 03 2009
		

References

  • James J. Tattersall, Elementary Number Theory in Nine Chapters, Cambridge University Press, 1999, page 276.

Crossrefs

Cf. A010474 Decimal expansion. - Harry J. Smith, Jun 03 2009

Programs

  • Mathematica
    ContinuedFraction[Sqrt[18],300] (* Vladimir Joseph Stephan Orlovsky, Mar 05 2011 *)
    PadRight[{4},120,{8,4}] (* Harvey P. Dale, Dec 31 2022 *)
  • PARI
    { allocatemem(932245000); default(realprecision, 31000); x=contfrac(sqrt(18)); for (n=0, 20000, write("b040013.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 03 2009

Formula

G.f.: 4*(1 + x + x^2)/(1 - x^2). - Stefano Spezia, Jul 26 2025