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.

A216606 Decimal expansion of 360/7.

Original entry on oeis.org

5, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7
Offset: 2

Views

Author

Paul Curtz, Sep 10 2012

Keywords

Comments

A020806 preceded by a 5.
Number of degrees in the exterior angle of an equilateral heptagon. Since 1969, used in many (orbiform or Reuleaux) heptagonal coins. Zambia has a natural heptagonal coin. Brazil and Costa Rica have a coin with the natural heptagon inscribed in the coin's disk.

Examples

			51.42857...
		

Crossrefs

Programs

Formula

a(n) = 50 + 10*A020806(n).
After 5, of period 6: repeat [1, 4, 2, 8, 5, 7].
From Wesley Ivan Hurt, Jun 28 2016: (Start)
G.f.: x^3*(5-4*x+3*x^2+3*x^3+2*x^4) / (1-x+x^3-x^4).
a(n) = 9/2 + 11*cos(n*Pi)/6 + 5*cos(n*Pi/3)/3 + sqrt(3)*sin(n*Pi/3), n>2.
a(n) = a(n-1) - a(n-3) + a(n-4) for n>6, a(n) = a(n-6) for n>8. (End)