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 A176394 #40 Feb 11 2025 15:15:48 %S A176394 6,4,6,4,1,0,1,6,1,5,1,3,7,7,5,4,5,8,7,0,5,4,8,9,2,6,8,3,0,1,1,7,4,4, %T A176394 7,3,3,8,8,5,6,1,0,5,0,7,6,2,0,7,6,1,2,5,6,1,1,1,6,1,3,9,5,8,9,0,3,8, %U A176394 6,6,0,3,3,8,1,7,6,0,0,0,7,4,1,6,2,2,9,2,3,7,3,5,1,4,4,9,7,1,5,1,3,5,1,2,5 %N A176394 Decimal expansion of 3+2*sqrt(3). %C A176394 Continued fraction expansion of 3+2*sqrt(3) is A010696 preceded by 6. %C A176394 a(n) = A010469(n) for n > 1. %C A176394 Largest radius of three circles tangent to a circle of radius 1. - _Charles R Greathouse IV_, Jan 14 2013 %C A176394 For a spinning black hole the phase transition to positive specific heat happens at a point governed by 2*sqrt(3)-3 (according to a discussion on John Baez's blog), and not at the golden ratio as claimed by Paul Davis. - _Peter Luschny_, Mar 02 2013 %C A176394 In particular: a black hole with J > (2*sqrt(3)-3) Gm^2/c has positive specific heat, and negative specific heat if J is less, where J is its angular momentum, m is its mass, G is the gravitational constant, and c is the speed of light. For a solar mass black hole, this is 4.08 * 10^41 joule-seconds or a rotation every 1.61 days with the sun's inertia. - _Charles R Greathouse IV_, Sep 20 2013 %H A176394 Daniel Starodubtsev, <a href="/A176394/b176394.txt">Table of n, a(n) for n = 1..10000</a> %H A176394 John Baez, <a href="http://johncarlosbaez.wordpress.com/2013/02/28/black-holes-and-the-golden-ratio/">Black Holes and The Golden Ratio</a>, Mar 01 2013. %H A176394 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>. %F A176394 Equals Sum_{n>=1} (sqrt(3)/2)^n = (sqrt(3)/2)/(1 - (sqrt(3)/2)). - _Fred Daniel Kline_, Mar 03 2014 %e A176394 3+2*sqrt(3) = 6.46410161513775458705... %t A176394 Circs[n_] := With[{r = Sin[Pi/n]/(1 - Sin[Pi/n])}, Graphics[Append[Table[Circle[(r + 1) {Sin[2 Pi k/n], Cos[2 Pi k/n]}, r], {k, n}], {Blue, Circle[{0, 0}, 1]}]]]; Circs[3] (* _Charles R Greathouse IV_, Jan 14 2013 *) %o A176394 (PARI) 3+2*sqrt(3) \\ _Charles R Greathouse IV_, Jan 14 2013 %Y A176394 Cf. A002194 (decimal expansion of sqrt(3)), A010469 (decimal expansion of sqrt(12)), A010696 (repeat 2, 6). %K A176394 cons,nonn %O A176394 1,1 %A A176394 _Klaus Brockhaus_, Apr 16 2010