A176438 Decimal expansion of (21+sqrt(483))/6.
7, 1, 6, 2, 8, 7, 6, 8, 2, 9, 3, 0, 5, 9, 8, 5, 0, 9, 4, 5, 3, 3, 6, 0, 5, 9, 7, 6, 8, 1, 5, 9, 2, 5, 1, 5, 2, 7, 5, 2, 6, 5, 4, 2, 9, 5, 0, 3, 3, 2, 1, 9, 4, 2, 6, 9, 6, 6, 3, 4, 7, 9, 9, 8, 0, 2, 3, 6, 5, 8, 1, 0, 8, 4, 3, 6, 8, 0, 3, 5, 1, 3, 4, 5, 1, 0, 1, 9, 4, 6, 2, 3, 6, 1, 2, 8, 7, 3, 7, 6, 3, 8, 4, 2, 7
Offset: 1
Examples
(21+sqrt(483))/6 = 7.16287682930598509453...
Programs
-
Mathematica
RealDigits[(21+Sqrt[483])/6,10,120][[1]] (* Harvey P. Dale, Jun 09 2015 *)
Comments