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 A063930 #12 Mar 02 2015 16:08:46 %S A063930 3,4,10,5,12,21,6,14,24,36,7,16,27,40,55,8,18,30,44,60,78,9,20,33,48, %T A063930 65,84,105,10,22,36,52,70,90,112,136,11,24,39,56,75,96,119,144,171,12, %U A063930 26,42,60,80,102,126,152,180,210,13,28,45,64,85,108,133,160,189,220 %N A063930 Radius of B-excircle of Pythagorean triangle with a=(n+1)^2-m^2, b=2*(n+1)*m and c=(n+1)^2+m^2. %C A063930 See a comment for excircle and exradius on A063929, also for links. %F A063930 T(n,m) = m(n+m+1), n >= m >= 1. %F A063930 T(n,m) = sqrt(s*(s-a)*(s-c)/(s-b)) with the semiperimeter s = (a + b + c)/2, and the a, b and c values given in the name substituted. - _Wolfdieter Lang_, Dec 02 2014 %e A063930 The triangle T(n, m) begins: %e A063930 n\m 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... %e A063930 1: 3 %e A063930 2: 4 10 %e A063930 3: 5 12 21 %e A063930 4: 6 14 24 36 %e A063930 5: 7 16 27 40 55 %e A063930 6: 8 18 30 44 60 78 %e A063930 7: 9 20 33 48 65 84 105 %e A063930 8: 10 22 36 52 70 90 112 136 %e A063930 9: 11 24 39 56 75 96 119 144 171 %e A063930 10: 12 26 42 60 80 102 126 152 180 210 %e A063930 11: 13 28 45 64 85 108 133 160 189 220 253 %e A063930 12: 14 30 48 68 90 114 140 168 198 230 264 300 %e A063930 13: 15 32 51 72 95 120 147 176 207 240 275 312 351 %e A063930 14: 16 34 54 76 100 126 154 184 216 250 286 324 364 406 %e A063930 15: 17 36 57 80 105 132 161 192 225 260 297 336 377 420 465 %e A063930 ... %e A063930 [Formatted and extended by _Wolfdieter Lang_, Dec 02 2014] %Y A063930 Cf. A003991 (inradius), A063929 (A-exradius), A001283 (C-exradius), A055096 (circumradius diameter). %K A063930 easy,nonn,tabl %O A063930 1,1 %A A063930 _Floor van Lamoen_, Aug 21 2001 %E A063930 Crossreferences commented and A055096 added by _Wolfdieter Lang_, Dec 02 2014