login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 11:44 EDT 2024. Contains 372275 sequences. (Running on oeis4.)