OFFSET
0,1
LINKS
Eric W. Weisstein, Table of n, a(n) for n = 0..999
Eric Weisstein's World of Mathematics, Constant Digit Scanning
Eric Weisstein's World of Mathematics, Theodorus's Constant Digits
MATHEMATICA
Module[{nn=500, sq3}, sq3=RealDigits[Sqrt[3], 10, nn][[1]]; Flatten[Table[ SequencePosition[ sq3, IntegerDigits[n], 1], {n, 0, 60}], 1]][[All, 1]] (* Harvey P. Dale, Feb 06 2023 *)
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Eric W. Weisstein, Sep 15 2013
STATUS
approved