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 A284515 #11 Dec 11 2020 17:45:31 %S A284515 100,1000,1002,1100,1102,10000,10002,10020,10022,10100,10102,10120, %T A284515 10122,11000,11002,11020,11022,11100,11102,11120,11122,30000,30002, %U A284515 30020,30022,30100,30102,30120,30122,31000,31002,31020,31022,31100,31102,31120,31122,100000,100002,100004,100020,100022,100024,100100,100102,100104,100120 %N A284515 "Inside numbers". Pick a term "t" and one of its digits "d". Now jump to the right over d digits if "d" is odd, and to the left over d digits if "d" is even. Whatever the "d" you choose, you will stay on "t". %C A284515 The sequence is started with a(1) = 100 and always extended with the smallest integer not yet present and not leading to a contradiction. %H A284515 Jean-Marc Falcoz, <a href="/A284515/b284515.txt">Table of n, a(n) for n = 1..2441</a> %e A284515 Pick the digit "1" of the first term, 100. This "1" says that you should jump over 1 digit to the right (as "1" is odd). You'll land on the second "0" of 100. %e A284515 Pick the leftmost digit "0" of the same term, 100. This "0" says that you should jump over 0 digit to the left (as "0" is even). You slide (land) on the "1" of 100. %e A284515 Pick the rightmost digit "0" of 100. This "0" says that you should jump over 0 digit to the left (as "0" is even). You slide (land) on the first "0" of 100. %e A284515 We see that any of those possible three movements leaves you "inside" the chosen term "t". %Y A284515 Cf. A284591 (full inside numbers). %K A284515 nonn,base %O A284515 1,1 %A A284515 _Eric Angelini_ and _Jean-Marc Falcoz_, Mar 28 2017