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.

A320640 Continued fraction of (C + sqrt(4 + C^2))/2, where C is the Catalan constant.

Original entry on oeis.org

1, 1, 1, 3, 1, 4, 1, 1, 3, 1, 1, 1, 7, 3, 8, 3, 3, 6, 1, 1, 1, 3, 10, 3, 1, 1, 1, 4, 4, 8, 6, 33, 8, 1, 4, 2, 2, 2, 38, 14, 2, 1, 1, 2, 1, 3, 18, 1, 10, 1, 23, 4, 2, 2, 4, 5, 4, 1, 1, 1, 3, 1, 1, 13, 1, 1, 3, 2, 1, 6, 2, 1, 1, 5, 16, 15, 2, 1, 4, 6, 120, 1, 1, 1
Offset: 0

Views

Author

Paolo P. Lava, Oct 18 2018

Keywords

Comments

Continued fraction of the constant in A320639.

Crossrefs

Cf. A006752, A188640, A320639 (decimal expansion).

Programs

  • Magma
    SetDefaultRealField(RealField(100)); R:=RealField();  ContinuedFraction((Catalan(R) + Sqrt(4 + Catalan(R)^2))/2); // G. C. Greubel, Oct 31 2018
  • Maple
    Digits:=200: evalf((Catalan+sqrt(4+Catalan^2))/2, 1000):
    numtheory[cfrac](%, 200,'quotients') ;
  • Mathematica
    ContinuedFraction[(Catalan + Sqrt[4 + Catalan^2])/2, 84] (* Michael De Vlieger, Oct 23 2018 *)
  • PARI
    default(realprecision, 100); contfrac((Catalan+sqrt(4+Catalan^2))/2) \\ Michel Marcus, Oct 26 2018
    

Extensions

Offset changed by Andrew Howroyd, Aug 10 2024