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.

A200257 Decimal expansion of the circumradius R of cyclic pentagon with sides 2, 3, 5, 7, and 11.

Original entry on oeis.org

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

Views

Author

Zak Seidov, Nov 15 2011

Keywords

Comments

Note that for cyclic polygon R does not depend on order of sides.

Examples

			R = 5.5062996386681...
		

Programs

  • Mathematica
    nn=5; L=Sum[Prime[n],{n,nn}]; RealDigits[Re[FindRoot[Sum[ArcSin[Prime[n]/2/R], {n,nn}] == Pi, {R,L/2/Pi}][[1,2]]]]