A178247 Decimal expansion of (269+11*sqrt(1086))/490.
1, 2, 8, 8, 7, 7, 4, 8, 0, 6, 4, 7, 3, 9, 7, 9, 1, 5, 2, 2, 1, 0, 2, 2, 2, 0, 2, 3, 8, 9, 0, 7, 0, 6, 1, 0, 6, 1, 9, 2, 1, 5, 3, 7, 6, 5, 7, 6, 7, 9, 9, 4, 7, 0, 6, 6, 5, 5, 3, 9, 7, 8, 7, 4, 1, 3, 9, 0, 2, 4, 8, 2, 9, 7, 8, 0, 6, 1, 6, 0, 1, 2, 8, 6, 1, 6, 8, 3, 9, 2, 2, 9, 7, 9, 5, 3, 1, 8, 0, 4, 4, 9, 0, 0, 6
Offset: 1
Examples
(269+11*sqrt(1086))/490 = 1.28877480647397915221...
Programs
-
Mathematica
RealDigits[(269+11Sqrt[1086])/490,10,120][[1]] (* Harvey P. Dale, Mar 18 2022 *)
Comments