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.
%I A343947 #9 May 07 2021 00:58:45 %S A343947 9,6,5,4,4,4,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2,2, %T A343947 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, %U A343947 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2 %N A343947 Surface area to volume ratio of a right prism with unit height and whose base is a regular n-gon with side length 1 (rounded to the nearest integer). %F A343947 a(n) = round((4 + 2*cot(Pi/n))/cot(Pi/n)). %t A343947 Table[Round[(4 + 2 Cot[Pi/n])/Cot[Pi/n]], {n, 3, 100}] %Y A343947 Cf. A064313, A134030, A343946. %K A343947 nonn %O A343947 3,1 %A A343947 _Wesley Ivan Hurt_, May 04 2021