login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A004591
Expansion of sqrt(10) in base 8.
1
3, 1, 2, 3, 0, 5, 4, 0, 7, 2, 6, 6, 4, 5, 5, 5, 2, 2, 4, 4, 4, 0, 2, 2, 4, 2, 5, 7, 1, 0, 1, 4, 1, 4, 6, 6, 3, 3, 7, 7, 5, 2, 2, 5, 3, 2, 3, 4, 0, 5, 2, 7, 2, 7, 6, 0, 6, 0, 0, 0, 1, 6, 1, 2, 7, 2, 5, 7, 7, 2, 4, 1, 0, 2, 2, 6, 1, 3, 4, 4, 7, 0, 5, 2, 0, 0, 3, 3, 2, 1, 1, 7, 1, 5, 7, 2, 1, 2, 3, 5, 1, 5
OFFSET
1,1
MATHEMATICA
RealDigits[Sqrt[10], 8, 120][[1]] (* Harvey P. Dale, Feb 04 2012 *)
PROG
(Magma) Prune(Reverse(IntegerToSequence(Isqrt(10*8^200), 8))); // Jason Kimberley, Feb 2012
CROSSREFS
Cf. A010467.
Sequence in context: A138950 A125061 A163746 * A350090 A195588 A153510
KEYWORD
nonn,base,cons,easy
EXTENSIONS
More terms from Jason Kimberley, Feb 2012
STATUS
approved