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

A004547
Expansion of sqrt(3) in base 2.
9
1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1
OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Ivan Panchenko)
MATHEMATICA
N[Sqrt[3], 200]; RealDigits[%, 2]
RealDigits[Sqrt[3], 2, 120][[1]] (* Harvey P. Dale, Apr 22 2013 *)
PROG
(Magma) d:= 3; m:=2; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 31 2018
CROSSREFS
Sequence in context: A014174 A014339 A188090 * A285358 A230603 A229343
KEYWORD
nonn,base,cons
STATUS
approved