A177037 Decimal expansion of (9 + 2*sqrt(39))/15.
1, 4, 3, 2, 6, 6, 6, 3, 9, 9, 7, 8, 6, 4, 5, 3, 0, 9, 4, 1, 1, 2, 9, 1, 9, 0, 8, 2, 7, 9, 1, 9, 7, 2, 5, 9, 4, 8, 0, 9, 7, 2, 7, 9, 9, 7, 0, 6, 5, 5, 5, 4, 1, 7, 4, 4, 6, 0, 3, 9, 6, 2, 5, 7, 4, 1, 4, 6, 1, 4, 8, 2, 6, 7, 4, 4, 4, 6, 8, 6, 0, 0, 0, 8, 4, 4, 4, 4, 8, 1, 4, 9, 6, 2, 8, 4, 5, 4, 1, 1, 6, 1, 4, 3, 7
Offset: 1
Examples
1.43266639978645309411...
Programs
-
Maple
evalf(3/5 + sqrt(52/75), 100); # Michal Paulovic, Feb 24 2023
-
Mathematica
RealDigits[(9+2*Sqrt[39])/15,10,120][[1]] (* Harvey P. Dale, Feb 12 2013 *)
-
PARI
my(c=(9+2*quadgen(4*39))/15); a_vector(len) = digits(floor(c*10^(len-1))); a_vector(100) \\ Kevin Ryde, Feb 24 2023
Formula
Equals sqrt(1/3 + (6/5) * sqrt(1/3 + (6/5) * sqrt(1/3 + (6/5) * ...))). - Michal Paulovic, Feb 23 2023
Comments