This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A246438 #4 Aug 28 2014 09:21:11 %S A246438 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, %T A246438 40,41,42,44,45,47,49,50,52,53,55,57,58,59,61,62,64,65,67,68,70,72,73, %U A246438 74,76,77,79,81,82,84,85,87,89,90,91,93,94,96,98,100,101 %N A246438 Numbers m such that A164349(m) = 0. %C A246438 A164349(a(n)) = 0. %H A246438 Reinhard Zumkeller, <a href="/A246438/b246438.txt">Table of n, a(n) for n = 1..10000</a> %o A246438 (Haskell) %o A246438 a246438 n = a246438_list !! (n-1) %o A246438 a246438_list = filter ((== 0) . a164349) [0..] %Y A246438 Cf. A246439 (complement), A164349. %K A246438 nonn %O A246438 1,2 %A A246438 _Reinhard Zumkeller_, Aug 28 2014