A231186 Decimal expansion of the ratio (longest diagonal)/side in a regular 11-gon (or hendecagon).
3, 5, 1, 3, 3, 3, 7, 0, 9, 1, 6, 6, 6, 1, 3, 5, 1, 8, 8, 7, 8, 2, 1, 7, 1, 5, 9, 6, 2, 9, 7, 9, 8, 1, 8, 4, 2, 0, 7, 4, 5, 9, 4, 8, 1, 7, 7, 7, 0, 1, 4, 9, 4, 2, 2, 1, 3, 7, 7, 4, 6, 9, 0, 0, 1, 2, 0, 1, 8, 1, 7, 7, 5, 6, 9, 3, 0, 3, 0, 5, 2, 5, 9, 2, 8, 9, 1, 5, 3, 2, 9, 1, 7, 1, 4, 9, 9, 3, 7, 0, 0, 1, 6
Offset: 1
Examples
3.51333709166613518878217159629798184207459481777014...
Programs
-
Mathematica
RealDigits[Sin[5*Pi/11]/Sin[Pi/11], 10, 120][[1]] (* Amiram Eldar, Jun 01 2023 *)
Formula
omega(11) = 1 - 3*x^2 + x^4 with x = rho(11) := 2*cos(Pi/11) = 1/(2*cos(Pi*5/11)) = 3.5133370916661... See the comments above.
Equals sin(5*Pi/11)/sin(Pi/11). - Mohammed Yaseen, Nov 03 2020
Comments