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

A246439
Numbers m such that A164349(m) = 1.
4
1, 4, 6, 10, 13, 15, 18, 21, 23, 27, 30, 32, 34, 37, 39, 43, 46, 48, 51, 54, 56, 60, 63, 66, 69, 71, 75, 78, 80, 83, 86, 88, 92, 95, 97, 99, 102, 104, 108, 111, 113, 116, 119, 121, 125, 128, 130, 133, 135, 139, 142, 144, 147, 150, 152, 156, 159, 161, 163
OFFSET
1,2
COMMENTS
A164349(a(n)) = 1.
LINKS
PROG
(Haskell)
a246439 n = a246439_list !! (n-1)
a246439_list = filter ((== 1) . a164349) [0..]
CROSSREFS
Cf. A246438 (complement), A101403 (first differences), A164349.
Sequence in context: A320881 A224796 A190370 * A186514 A184402 A350567
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 28 2014
STATUS
approved