A176454 Decimal expansion of (12+2*sqrt(42))/3.
8, 3, 2, 0, 4, 9, 3, 7, 9, 8, 9, 3, 8, 5, 7, 3, 4, 8, 7, 3, 1, 0, 6, 4, 4, 9, 5, 7, 3, 9, 1, 9, 9, 7, 7, 7, 1, 8, 0, 3, 4, 6, 9, 5, 3, 8, 0, 3, 8, 8, 9, 7, 6, 9, 9, 8, 0, 7, 5, 6, 9, 5, 9, 8, 5, 3, 9, 7, 4, 4, 9, 1, 8, 5, 6, 2, 6, 9, 6, 2, 4, 7, 6, 0, 0, 2, 4, 0, 6, 0, 4, 4, 0, 3, 7, 4, 0, 1, 5, 7, 1, 1, 6, 9, 6
Offset: 1
Examples
(12+2*sqrt(42))/3 = 8.32049379893857348731...
Programs
-
Mathematica
RealDigits[(12+2*Sqrt[42])/3,10,120][[1]] (* Harvey P. Dale, Nov 23 2016 *)
Comments