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

A004567
Expansion of sqrt(6) in base 8.
1
2, 3, 4, 6, 1, 0, 7, 0, 2, 4, 0, 2, 2, 2, 0, 4, 5, 6, 3, 7, 2, 0, 1, 4, 4, 1, 4, 4, 2, 4, 1, 4, 4, 1, 5, 1, 2, 5, 3, 1, 0, 7, 1, 7, 3, 3, 0, 0, 4, 2, 4, 1, 6, 4, 7, 5, 7, 3, 2, 1, 3, 3, 7, 0, 1, 7, 2, 1, 7, 5, 4, 4, 3, 4, 4, 1, 0, 6, 6, 3, 7, 0, 1, 5, 7, 0, 7, 3, 5, 1, 3, 4, 7, 3, 3, 1, 3, 5, 1, 5, 1, 0, 7, 4, 5
OFFSET
1,1
MATHEMATICA
RealDigits[Sqrt[6], 8, 100][[1]] (* G. C. Greubel, Mar 26 2018 *)
PROG
(Magma) d:= 6; m:=8; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 26 2018
CROSSREFS
Cf. A010464.
Sequence in context: A330929 A307257 A051703 * A344340 A030378 A280244
KEYWORD
nonn,base,cons,easy
EXTENSIONS
More terms from David Wasserman, Jun 20 2007
STATUS
approved