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.

A346062 Decimal expansion of the minimum value of the area of a rhombus circumscribed around a cosine-shaped lens, whose vertices lie on coordinate axes.

This page as a plain text file.
%I A346062 #10 Jul 03 2021 14:54:36
%S A346062 4,4,8,8,7,7,0,7,0,5,5,2,8,3,6,0,5,4,0,3,2,3,2,3,0,0,2,5,2,8,9,8,1,3,
%T A346062 6,7,0,8,8,2,2,7,9,2,4,3,6,4,4,9,2,5,7,3,6,5,4,3,6,8,3,2,3,7,4,7,9,9,
%U A346062 0,7,8,1,8,7,4,6,6,4,5,9,3,4,0,3,7,6,1,4,9,0,7,3,5,4,4,5,5,8,3,9,4,9,9,2
%N A346062 Decimal expansion of the minimum value of the area of a rhombus circumscribed around a cosine-shaped lens, whose vertices lie on coordinate axes.
%C A346062 Consider a lens-like shape S created by the curves cos(x) and -cos(x) for x in [-Pi/2,Pi/2] and a rhombus circumscribed around S, whose vertices lie on coordinate axes.
%C A346062 This constant represents the value of the minimum area of such a rhombus KLMN with vertices K(0,2v), L(-2u,0), M(0,-2v), N(2u,0).
%C A346062 The rhombus touches S at the midpoints of its sides, A(u,v), B(-u,v), C(-u,-v), D(u,-v) which define a rectangle ABCD of the maximum area, inscribed in S, whose sides are parallel to coordinate axes. The constant u can be found as a root of equation x=cot(x) and is known as A069855, and v=cos(u)=u/sqrt(1+u^2).
%H A346062 Gleb Koloskov, <a href="/A346062/a346062.pdf">Geometric illustration</a>
%F A346062 Equals 8*A069855^2/sqrt(1+A069855^2).
%e A346062 4.4887707055283605403232300252898136708822792436449257365...
%t A346062 N[Minimize[{2 (x+Cot[x])^2 Sin[x],{x>0,x<Pi/2}}, x],120][[1]]
%o A346062 (PARI) u=solve(x=0.5,1,x-cotan(x));8*u^2/sqrt(1+u^2)
%Y A346062 Cf. A069855.
%K A346062 nonn,cons
%O A346062 1,1
%A A346062 _Gleb Koloskov_, Jul 03 2021