login
A004592
Expansion of sqrt(10) in base 9.
1
3, 1, 4, 1, 2, 6, 3, 0, 0, 1, 4, 0, 8, 5, 1, 6, 3, 1, 2, 7, 2, 2, 4, 2, 3, 6, 2, 8, 2, 0, 7, 1, 0, 6, 7, 0, 4, 0, 0, 1, 6, 7, 1, 0, 7, 6, 1, 6, 4, 3, 5, 3, 3, 5, 2, 4, 6, 2, 6, 7, 2, 2, 0, 7, 8, 0, 3, 5, 1, 5, 7, 1, 2, 5, 6, 4, 7, 8, 3, 0, 3, 6, 0, 5, 0, 4, 8, 0, 3, 0, 2, 4, 3, 6, 7, 1, 6, 2, 7, 3, 7, 1
OFFSET
1,1
MATHEMATICA
RealDigits[Sqrt[10], 9, 100][[1]] (* Harvey P. Dale, Mar 06 2011 *)
PROG
(Magma) Prune(Reverse(IntegerToSequence(Isqrt(10*9^200), 9))); // Jason Kimberley, Feb 2012
CROSSREFS
Cf. A010467.
Sequence in context: A230767 A324116 A030757 * A116992 A233267 A090740
KEYWORD
nonn,base,cons,easy
EXTENSIONS
Corrected and extended by Harvey P. Dale, Mar 06 2011
More terms from Jason Kimberley, Feb 2012
STATUS
approved