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

A238246
Numbers m such that A072219(m) = 3.
5
3, 5, 6, 7, 9, 10, 12, 13, 14, 15, 17, 18, 20, 24, 25, 26, 28, 29, 30, 31, 33, 34, 36, 40, 48, 49, 50, 52, 56, 57, 58, 60, 61, 62, 63, 65, 66, 68, 72, 80, 96, 97, 98, 100, 104, 112, 113, 114, 116, 120, 121, 122, 124, 125, 126, 127, 129, 130, 132, 136, 144
OFFSET
1,1
COMMENTS
a(n) = A043687(n) + 1.
LINKS
PROG
(Haskell)
a238246 n = a238246_list !! (n-1)
a238246_list = filter ((== 3) . a072219) [1..]
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 20 2014
STATUS
approved