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

Numbers m such that A059175(m) = 0.
3

%I #13 Mar 19 2013 02:56:13

%S 0,84,102,141,167,173,228,246,250,358,366,372,388,421,424,444,502,599,

%T 610,617,640,653,660,685,804,865,866,867,875,920,941,1002,1041,1059,

%U 1067,1162,1186,1208,1236,1238,1308,1409,1445,1464,1473,1523,1640,1671,1757

%N Numbers m such that A059175(m) = 0.

%C A059175(a(n)) = 0.

%H Reinhard Zumkeller, <a href="/A214866/b214866.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o import Data.List (elemIndices)

%o a214866 n = a214866_list !! (n-1)

%o a214866_list = elemIndices 0 a059175_list

%Y Cf. A216183.

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Mar 11 2013