A020856 Decimal expansion of 1/sqrt(99).
1, 0, 0, 5, 0, 3, 7, 8, 1, 5, 2, 5, 9, 2, 1, 2, 0, 7, 5, 4, 8, 9, 3, 7, 3, 5, 5, 6, 5, 6, 6, 8, 7, 4, 7, 5, 2, 7, 0, 5, 1, 7, 8, 3, 4, 7, 1, 4, 8, 2, 8, 8, 9, 6, 8, 8, 0, 5, 6, 6, 1, 2, 5, 6, 3, 9, 8, 9, 3, 4, 7, 4, 0, 1, 8, 4, 5, 5, 8, 7, 4, 1, 4, 2, 6, 9, 2, 2, 2, 4, 2, 1, 6, 0, 0, 8, 8, 0, 7
Offset: 0
Examples
0.10050378152...
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
RealDigits[1/Sqrt[99],10,120][[1]] (* Harvey P. Dale, Jul 17 2011 *)