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

A229200
Beginning position of n in the decimal expansion of sqrt(3).
1
5, 1, 4, 3, 23, 6, 12, 2, 8, 18, 48, 85, 147, 248, 86, 28, 72, 1, 89, 67, 4, 234, 216, 34, 95, 44, 105, 21, 40, 17, 70, 165, 3, 69, 26, 19, 35, 81, 46, 346, 113, 27, 39, 151, 23, 65, 24, 137, 96, 130, 6, 66, 20, 45, 112, 57, 11
OFFSET
0,1
LINKS
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
Cf A002194 (decimal expansion of sqrt(3)).
Sequence in context: A216606 A351789 A033988 * A200421 A019977 A169978
KEYWORD
nonn,base,less
AUTHOR
Eric W. Weisstein, Sep 15 2013
STATUS
approved