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

A214866
Numbers m such that A059175(m) = 0.
3
0, 84, 102, 141, 167, 173, 228, 246, 250, 358, 366, 372, 388, 421, 424, 444, 502, 599, 610, 617, 640, 653, 660, 685, 804, 865, 866, 867, 875, 920, 941, 1002, 1041, 1059, 1067, 1162, 1186, 1208, 1236, 1238, 1308, 1409, 1445, 1464, 1473, 1523, 1640, 1671, 1757
OFFSET
1,2
COMMENTS
A059175(a(n)) = 0.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a214866 n = a214866_list !! (n-1)
a214866_list = elemIndices 0 a059175_list
CROSSREFS
Cf. A216183.
Sequence in context: A329182 A113931 A352230 * A111313 A157119 A209204
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 11 2013
STATUS
approved