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”).

A004581
Expansion of sqrt(8) in base 6.
1
2, 4, 5, 4, 5, 3, 5, 0, 3, 2, 4, 1, 5, 4, 5, 1, 0, 4, 3, 3, 0, 4, 5, 0, 5, 3, 0, 1, 3, 2, 5, 2, 1, 1, 1, 1, 5, 3, 1, 3, 2, 2, 4, 0, 0, 4, 5, 3, 5, 1, 3, 4, 0, 2, 5, 5, 3, 1, 4, 0, 5, 4, 5, 1, 1, 5, 5, 1, 4, 5, 1, 4, 4, 0, 3, 2, 5, 2, 5, 3, 0, 4, 3, 5, 5, 0, 3, 2, 5, 2, 2, 0, 4, 0, 2, 5, 0, 0, 3
OFFSET
1,1
MATHEMATICA
RealDigits[Sqrt[8], 6, 120][[1]] (* Harvey P. Dale, Jan 27 2015 *)
PROG
(Magma) d:= 9; m:=6; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 25 2018
CROSSREFS
Cf. A010466.
Sequence in context: A372983 A334422 A317499 * A212790 A317558 A070784
KEYWORD
nonn,base,cons
EXTENSIONS
Updated by Alois P. Heinz at the suggestion of Kevin Ryde, Feb 19 2012
STATUS
approved