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