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

A004541
Expansion of sqrt(2) in base 4.
3
1, 1, 2, 2, 2, 0, 0, 2, 1, 3, 2, 1, 2, 1, 2, 1, 3, 3, 3, 0, 3, 2, 3, 3, 0, 3, 0, 2, 1, 0, 0, 2, 0, 2, 3, 0, 2, 3, 3, 2, 3, 0, 1, 0, 3, 1, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1, 1, 1, 3, 3, 1, 0, 3, 3, 2, 0, 3, 2, 2, 3, 1, 3, 2, 3, 0, 0, 1, 1, 3, 1, 1, 0, 1, 0, 2, 1, 3, 1, 3, 1, 1, 0, 0, 2, 1, 2, 1, 3, 1
OFFSET
1,3
MATHEMATICA
RealDigits[Sqrt[2], 4, 100][[1]] (* G. C. Greubel, Mar 31 2018 *)
PROG
(Magma) d:= 2; m:=4; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 31 2018
CROSSREFS
Sequence in context: A089789 A257921 A261119 * A178045 A321300 A037864
KEYWORD
nonn,base,cons
STATUS
approved