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

A004575
Expansion of sqrt(7) in base 8.
4
2, 5, 1, 2, 4, 7, 7, 6, 5, 1, 6, 4, 5, 7, 4, 3, 5, 1, 5, 5, 7, 0, 7, 1, 6, 5, 1, 7, 6, 3, 0, 3, 7, 6, 0, 6, 7, 5, 0, 4, 0, 6, 5, 2, 4, 5, 1, 6, 7, 7, 7, 4, 7, 5, 5, 7, 0, 2, 0, 2, 5, 6, 7, 7, 4, 4, 3, 4, 3, 2, 2, 4, 6, 7, 7, 5, 0, 7, 0, 5, 5, 7, 6, 2, 2, 5, 1, 1, 6, 2, 6, 6, 4, 0, 2, 1, 4, 4, 7, 1, 1, 3
OFFSET
1,1
MATHEMATICA
RealDigits[Sqrt[7], 8, 120][[1]] (* Harvey P. Dale, Jan 04 2018 *)
PROG
(Magma) Prune(Reverse(IntegerToSequence(Isqrt(7*8^204), 8))); // Jason Kimberley, Feb 2012
CROSSREFS
Cf. A010465.
Sequence in context: A275479 A075790 A240543 * A021402 A201890 A341923
KEYWORD
nonn,base,cons,easy
EXTENSIONS
More terms from Jason Kimberley, Feb 2012
STATUS
approved