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

A246438
Numbers m such that A164349(m) = 0.
3
0, 2, 3, 5, 7, 8, 9, 11, 12, 14, 16, 17, 19, 20, 22, 24, 25, 26, 28, 29, 31, 33, 35, 36, 38, 40, 41, 42, 44, 45, 47, 49, 50, 52, 53, 55, 57, 58, 59, 61, 62, 64, 65, 67, 68, 70, 72, 73, 74, 76, 77, 79, 81, 82, 84, 85, 87, 89, 90, 91, 93, 94, 96, 98, 100, 101
OFFSET
1,2
COMMENTS
A164349(a(n)) = 0.
LINKS
PROG
(Haskell)
a246438 n = a246438_list !! (n-1)
a246438_list = filter ((== 0) . a164349) [0..]
CROSSREFS
Cf. A246439 (complement), A164349.
Sequence in context: A156271 A186513 A350799 * A158791 A144717 A202728
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 28 2014
STATUS
approved