%I #5 Sep 11 2012 12:25:32
%S 1,37,0,15873,12345679,1,8547,0,65359477124183,5847953216374269,5291,
%T 48309178743961352657,0,4115226337448559670781893,
%U 38314176245210727969348659,3584229390681,3367,0,3,2849,271,2583979328165374677,0
%N Smallest number h such that (2n+1)*h is a repunit (A002275), or 0 if no such h exists.
%H T. D. Noe, <a href="/A215258/b215258.txt">Table of n, a(n) for n = 0..200</a>
%t Table[If[GCD[n, 10] > 1, 0, k = MultiplicativeOrder[10, 9*n]; (10^k - 1)/(9*n)], {n, 1, 51, 2}] (* _T. D. Noe_, Sep 11 2012 *)
%Y A bisection of A190301.
%K nonn
%O 0,2
%A _N. J. A. Sloane_, Sep 11 2012