OFFSET
1,1
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..1000
EXAMPLE
Base-2 representation of 1/sqrt(2): 1, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, ..., so that A246339 = (2,5,7,9,10,...).
MATHEMATICA
Flatten[Position[RealDigits[1/Sqrt[2], 2, 120][[1]], 0]]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 24 2014
STATUS
approved