A004589 Expansion of sqrt(10) in base 6.
3, 0, 5, 5, 0, 1, 5, 1, 2, 0, 5, 3, 2, 1, 0, 3, 1, 4, 4, 3, 1, 3, 0, 2, 5, 4, 4, 5, 1, 2, 0, 1, 3, 3, 1, 0, 1, 1, 4, 3, 0, 2, 2, 4, 0, 0, 0, 2, 0, 5, 1, 4, 4, 2, 1, 0, 4, 1, 5, 4, 0, 4, 5, 2, 1, 5, 2, 0, 1, 4, 0, 0, 1, 3, 0, 2, 2, 5, 5, 1, 3, 3, 1, 5, 2, 3, 1, 0, 5, 2, 0, 0, 0, 4, 4, 3, 5, 1, 2
Offset: 1
Examples
3.0550151205321...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Jason Kimberley, Index of expansions of sqrt(d) in base b
Crossrefs
Cf. A010467.
Programs
-
Magma
Prune(Reverse(IntegerToSequence(Isqrt(10*6^400), 6))); // Vincenzo Librandi, Jan 23 2016
-
Mathematica
RealDigits[Sqrt[10], 6, 108][[1]] (* Alonso del Arte, Jul 31 2014 *)
Extensions
a(79) onwards corrected by Sean A. Irvine, Jan 22 2016