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 A067100 #8 Dec 20 2015 08:45:12 %S A067100 0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4,4,4,4,4,5,5,5,5,5, %T A067100 5,6,6,6,6,6,6,6,7,7,7,7,7,7,8,8,8,8,8,8,9,9,9,9,9,9,10,10,10,10,10, %U A067100 10,10,11,11,11,11,11,11 %N A067100 Floor[radius of the inscribed-circle of a regular n-gon with unit sides]. %H A067100 Harry J. Smith, <a href="/A067100/b067100.txt">Table of n, a(n) for n = 3..1000</a> %F A067100 a(n) = floor((cot(Pi/n)/2)). %e A067100 a(24) = floor(cot(Pi/24)/2) = floor(3.79787705636257522026320957021073) = 3. %t A067100 Table[ Floor[ Cot[Pi/n]/2], {n, 3, 75} ] %o A067100 (PARI) { for (n=3, 1000, write("b067100.txt", n, " ", floor((cotan(Pi/n)/2))) ) } \\ _Harry J. Smith_, May 19 2010 %Y A067100 Cf. A067099, A062299. %K A067100 easy,nonn %O A067100 3,11 %A A067100 _Amarnath Murthy_, Jan 07 2002 %E A067100 More terms from _Robert G. Wilson v_, Jan 09 2002