A303817 Decimal expansion of 360/17.
2, 1, 1, 7, 6, 4, 7, 0, 5, 8, 8, 2, 3, 5, 2, 9, 4, 1, 1, 7, 6, 4, 7, 0, 5, 8, 8, 2, 3, 5, 2, 9, 4, 1, 1, 7, 6, 4, 7, 0, 5, 8, 8, 2, 3, 5, 2, 9, 4, 1, 1, 7, 6, 4, 7, 0, 5, 8, 8, 2, 3, 5, 2, 9, 4, 1, 1, 7, 6, 4, 7, 0, 5, 8, 8, 2, 3, 5, 2, 9, 4, 1, 1, 7, 6, 4, 7, 0, 5, 8, 8, 2, 3, 5, 2, 9, 4, 1, 1, 7, 6, 4, 7, 0, 5
Offset: 2
Examples
21.176470588235294117647058823529411764705882352941176470588235294...
Links
- Wikipedia, Heptadecagon
Programs
-
Mathematica
RealDigits[360/17, 10, 111][[1]] (* Robert G. Wilson v, Jun 13 2018 *)
Formula
Equals 21 + (3/17) = 180 - A303816.
From Chai Wah Wu, Dec 20 2019: (Start)
a(n) = a(n-1) - a(n-8) + a(n-9) for n > 11.
G.f.: x^2*(-2*x^9 - 7*x^8 + 7*x^7 - 3*x^6 + 2*x^5 + x^4 - 6*x^3 + x - 2)/((x - 1)*(x^8 + 1)). (End)
Comments