A020850 Decimal expansion of 1/sqrt(93).
1, 0, 3, 6, 9, 5, 1, 6, 9, 4, 7, 3, 0, 4, 2, 5, 2, 6, 8, 3, 6, 1, 2, 9, 3, 6, 6, 1, 0, 1, 4, 2, 6, 4, 8, 5, 8, 4, 8, 4, 6, 1, 3, 3, 0, 0, 3, 2, 9, 3, 8, 1, 9, 7, 9, 2, 7, 9, 5, 8, 8, 9, 1, 2, 6, 5, 9, 2, 7, 8, 1, 0, 9, 5, 3, 4, 2, 6, 3, 4, 1, 1, 0, 6, 4, 5, 2, 2, 0, 1, 1, 7, 5, 2, 0, 0, 0, 9, 2
Offset: 0
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
RealDigits[1/Sqrt[93],10,120][[1]] (* Harvey P. Dale, May 06 2013 *)