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