A176394 Decimal expansion of 3+2*sqrt(3).
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, 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, 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
Offset: 1
Examples
3+2*sqrt(3) = 6.46410161513775458705...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
- John Baez, Black Holes and The Golden Ratio, Mar 01 2013.
- Index entries for algebraic numbers, degree 2.
Crossrefs
Programs
-
Mathematica
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 *)
-
PARI
3+2*sqrt(3) \\ Charles R Greathouse IV, Jan 14 2013
Formula
Equals Sum_{n>=1} (sqrt(3)/2)^n = (sqrt(3)/2)/(1 - (sqrt(3)/2)). - Fred Daniel Kline, Mar 03 2014
Comments