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.

A365163 Length of the perimeter of the regular heptagon with unit circumradius.

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Aug 24 2023

Keywords

Examples

			6.0743723476458136866607566598...
		

Crossrefs

Cf. A019845 (5-gon), A010487 (4-gon), A365164 (8-gon), A365165 (9-gon), A272487 (edge length), A104957 (area).

Programs

  • Mathematica
    f[R_, s_] := 2*R*s*Sin[Pi/s]; a[n_] := RealDigits[f[1, 7], 10, n][[1]]; a[92] (* Robert P. P. McKone, Aug 24 2023 *)

Formula

Equals 7*A272487.