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 A376046 #17 Nov 16 2024 11:58:32 %S A376046 7,14,17,21,27,28,35,37,42,47,49,56,57,63,67,70,71,72,73,74,75,76,77, %T A376046 78,79,84,87,91,97,98,105,107,112,114,117,119,121,126,127,128,133,135, %U A376046 137,140,141,142,143,144,145,146,147,148,149,154,156,157,161,163,167 %N A376046 Complement of A325114. %C A376046 Numbers missing from A325114. %C A376046 Equivalently, numbers whose decimal expansion has a subsequence which is divisible by 7. %C A376046 Similar to the "Buzz" sequence A092433, but with a more inclusive definition. %C A376046 Contains 114. %H A376046 Rémy Sigrist, <a href="/A376046/b376046.txt">Table of n, a(n) for n = 1..10000</a> %o A376046 (PARI) is(n) = { my (d = digits(n)); for (i = 1, #d, if (d[i], for (j = i, #d, my (s = fromdigits(d[i..j])); if (s % 7==0, return (1););););); return (0); } \\ _Rémy Sigrist_, Nov 16 2024 %Y A376046 Cf. A092433, A325114, A376047. %K A376046 nonn,base %O A376046 1,1 %A A376046 _N. J. A. Sloane_, Sep 09 2024