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

A004545
Expansion of sqrt(2) in base 8.
1
1, 3, 2, 4, 0, 4, 7, 4, 6, 3, 1, 7, 7, 1, 6, 7, 4, 6, 2, 2, 0, 4, 2, 6, 2, 7, 6, 6, 1, 1, 5, 4, 6, 7, 2, 5, 1, 2, 5, 7, 5, 1, 7, 4, 3, 5, 3, 3, 6, 6, 0, 2, 7, 2, 4, 2, 2, 3, 5, 6, 5, 0, 2, 3, 1, 6, 6, 4, 2, 7, 5, 3, 1, 0, 2, 6, 0, 3, 1, 4, 7, 1, 4, 4, 2, 5, 2, 2, 5, 7, 6, 2, 0, 3, 0, 1, 0, 3, 5, 2
OFFSET
1,2
EXAMPLE
1.3240474631771674622...
MATHEMATICA
RealDigits[Sqrt[2], 8, 128][[1]] (* Alonso del Arte, Oct 19 2014 *)
PROG
(Magma) Prune(Reverse(IntegerToSequence(Isqrt(2*8^200), 8))); // Jason Kimberley, Feb 2012
CROSSREFS
Sequence in context: A160387 A129237 A127099 * A127481 A284552 A328564
KEYWORD
nonn,base,cons,easy
EXTENSIONS
More terms from Jason Kimberley, Feb 2012
STATUS
approved