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