A176056 Decimal expansion of (3+sqrt(11))/3.
2, 1, 0, 5, 5, 4, 1, 5, 9, 6, 7, 8, 5, 1, 3, 3, 2, 8, 3, 0, 3, 8, 3, 1, 0, 9, 1, 2, 2, 2, 3, 5, 6, 2, 2, 2, 7, 9, 7, 5, 6, 9, 6, 1, 8, 1, 8, 6, 3, 1, 1, 7, 8, 6, 5, 6, 8, 6, 2, 2, 7, 3, 8, 2, 0, 3, 8, 8, 2, 8, 2, 1, 4, 2, 0, 3, 0, 1, 4, 6, 1, 5, 5, 6, 9, 6, 1, 4, 4, 6, 6, 3, 7, 6, 0, 9, 6, 8, 8, 3, 6, 3, 5, 6, 7
Offset: 1
Examples
(3+sqrt(11))/3 = 2.10554159678513328303...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(3+Sqrt[11])/3,10,120][[1]] (* Harvey P. Dale, May 22 2015 *)
Comments