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.

A280533 Decimal expansion of 14*sin(Pi/14).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Jan 04 2017

Keywords

Comments

Decimal expansion of the ratio of the perimeter of a regular 7-gon (heptagon) to its diameter (largest diagonal).

Examples

			3.115293075388401660044635902955126632528977962703629374367818222563897248...
		

Crossrefs

Cf. For other n-gons: A010466 (n=4), 10*A019827 (n=5, 10), A280585 (n=8), A280633 (n=9), A280725 (n=11), A280819 (n=12).
Cf. A232736.

Programs

  • Mathematica
    RealDigits[14*Sin[Pi/14], 10, 129][[1]] (* G. C. Greubel, Sep 20 2022 *)
  • PARI
    14*sin(Pi/14)
    
  • SageMath
    numerical_approx(14*sin(pi/14), digits=127) # G. C. Greubel, Sep 20 2022

Formula

Equals 14*A232736.