A176399 Decimal expansion of (21+sqrt(483))/7.
6, 1, 3, 9, 6, 0, 8, 7, 1, 0, 8, 3, 3, 7, 0, 1, 5, 0, 9, 6, 0, 0, 2, 3, 3, 6, 9, 4, 4, 1, 3, 6, 5, 0, 1, 3, 0, 9, 3, 0, 8, 4, 6, 5, 3, 8, 5, 9, 9, 9, 0, 2, 3, 6, 5, 9, 7, 1, 1, 5, 5, 4, 2, 6, 8, 7, 7, 4, 2, 1, 2, 3, 5, 8, 0, 2, 9, 7, 4, 4, 4, 0, 1, 0, 0, 8, 7, 3, 8, 2, 4, 8, 8, 1, 1, 0, 3, 4, 6, 5, 4, 7, 2, 2, 3
Offset: 1
Examples
(21+sqrt(483))/7 = 6.13960871083370150960...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(21+Sqrt[483])/7,10,120][[1]] (* Harvey P. Dale, Sep 30 2021 *)
Comments