%I #19 Sep 06 2022 15:34:50
%S 0,8,10,13,15,20,25,27,30,32,35,37,40,42,45,47,50,52,57,62,67,72,77,
%T 82,87,92,97,102,107,112,117,122,127,132,137,142,147,152,157,162,167,
%U 172,177,182,187,190,192,195,197,200,202,205,207,210,212,215,217,220,222
%N Numbers k such that the first digit of binomial(2k,k) is 1.
%H David A. Corneth, <a href="/A068358/b068358.txt">Table of n, a(n) for n = 1..10001</a>
%t Join[{0},Select[Range[250],IntegerDigits[Binomial[2#,#]][[1]]==1&]] (* _Harvey P. Dale_, Dec 31 2017 *)
%Y Cf. A068359.
%K easy,nonn,base
%O 1,2
%A _Benoit Cloitre_, Feb 28 2002
%E a(1) = 0 inserted by _Stefano Spezia_, Sep 06 2022