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.

A232717 Decimal expansion of the ratio of the length of the boundary of any arbelos to the length of the boundary of its associated parbelos: Pi / (sqrt(2) + log(1 + sqrt(2))).

Original entry on oeis.org

1, 3, 6, 8, 5, 3, 5, 5, 6, 3, 7, 3, 1, 9, 1, 4, 7, 8, 8, 8, 6, 0, 6, 2, 6, 2, 6, 5, 9, 3, 2, 5, 8, 8, 1, 0, 8, 4, 2, 1, 4, 2, 4, 8, 0, 0, 1, 0, 6, 2, 1, 7, 3, 4, 9, 0, 5, 3, 9, 9, 1, 8, 5, 9, 5, 7, 9, 4, 8, 9, 4, 4, 7, 6, 7, 9, 3, 0, 9, 1, 9, 7, 0, 4, 7, 6, 8, 0, 1, 8, 8, 2, 8, 0, 9, 0, 4, 9, 2, 6
Offset: 1

Views

Author

Jonathan Sondow, Nov 28 2013

Keywords

Comments

Same as decimal expansion of Pi/P, where P is the Universal parabolic constant (A103710). - Jonathan Sondow, Jan 19 2015

Examples

			1.36853556373191478886062626593258810842142480010621734905399...
		

Crossrefs

Reciprocal of A232716. Ratio of areas is A232715.

Programs

  • Magma
    R:= RealField(); Pi(R)/(Sqrt(2) + Log(1 + Sqrt(2))) // G. C. Greubel, Jul 27 2018
  • Mathematica
    RealDigits[Pi/(Sqrt[2] + Log[1 + Sqrt[2]]),10,100]
  • PARI
    Pi/(sqrt(2) + log(1 + sqrt(2))) \\ G. C. Greubel, Jul 27 2018
    

Formula

Equals A000796 / A103710.