OFFSET
2,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 2..10000
Jason Kimberley, Index of expansions of sqrt(d) in base b
MATHEMATICA
RealDigits[Sqrt[10], 2, 100][[1]] (* G. C. Greubel, Mar 25 2018 *)
PROG
(Magma) d:= 10; m:=2; Prune(Reverse(IntegerToSequence(Isqrt(d*m^100), m))); // G. C. Greubel, Mar 25 2018
(PARI) my(b = binary(sqrt(10))); concat(b[1], b[2]) \\ Michel Marcus, Mar 26 2018
CROSSREFS
KEYWORD
AUTHOR
STATUS
approved