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