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.

A189971 Continued fraction of (1 + x + sqrt(14 + 10*x))/4, where x=sqrt(5).

Original entry on oeis.org

2, 3, 6, 3, 1, 2, 15, 2, 3, 6, 1, 7, 1, 4, 2, 3, 1, 4, 2, 1, 1, 1, 2, 1, 20, 17, 3, 1, 2, 3, 1, 1, 3, 1, 4, 9, 73, 1, 37, 192, 3, 1, 1, 1, 1, 5, 1, 21, 1, 6, 7, 1, 3, 3, 1, 8, 2, 2, 1, 1, 8, 1, 2, 1, 1, 8, 1, 2, 1, 20, 2, 16, 3, 19, 2, 1, 3, 7, 1, 1, 2, 1, 2, 3, 1, 1, 1, 2, 9, 32, 1, 1, 10, 5, 1, 7, 5, 1, 1, 1
Offset: 1

Views

Author

Clark Kimberling, May 05 2011

Keywords

Comments

Equivalent to the periodic continued fraction [r,1,r,1,...] where r=(1+sqrt(5))/2, the golden ratio. For geometric interpretations of both continued fractions, see A189970 and A188635.

Crossrefs

Programs

  • Magma
    ContinuedFraction( (1 + Sqrt(5) + Sqrt(14 + 10*Sqrt(5)) )/4 ); // G. C. Greubel, Jan 12 2018
  • Mathematica
    (See A189970.)
    ContinuedFraction[(1+Sqrt[5]+Sqrt[14+10Sqrt[5]])/4,120] (* Harvey P. Dale, Jul 31 2013 *)
  • PARI
    contfrac((1+sqrt(5)+sqrt(14+10*sqrt(5)))/4) \\ G. C. Greubel, Jan 12 2018