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 A367612 #16 Jan 09 2025 12:35:56 %S A367612 11,12,22,23,24,33,34,35,36,44,45,46,47,48,55,56,57,58,59,60,61,66,67, %T A367612 68,69,70,71,72,73,77,78,79,80,81,82,83,84,85,88,89,90,91,92,93,94,95, %U A367612 96,97,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122 %N A367612 Numbers that are the comma-child of exactly one positive number. %C A367612 This is the complement of A367611. %C A367612 See A367338 for definition of comma-child. %C A367612 May also be called numbers that have a positive comma-predecessor. %H A367612 Eric Angelini, Michael S. Branicky, Giovanni Resta, N. J. A. Sloane, and David W. Wilson, The Comma Sequence: A Simple Sequence With Bizarre Properties, <a href="http://arxiv.org/abs/2401.14346">arXiv:2401.14346</a>, Fibonacci Quarterly 62:3 (2024), 215-232. %H A367612 Eric Angelini, Michael S. Branicky, Giovanni Resta, N. J. A. Sloane, and David W. Wilson, <a href="/A121805/a121805_1.pdf">The Comma Sequence: A Simple Sequence With Bizarre Properties</a>, Local copy. %H A367612 N. J. A. Sloane, <a href="https://www.youtube.com/watch?v=_EHAdf6izPI">Eric Angelini's Comma Sequence</a>, Experimental Math Seminar, Rutgers Univ., January 18, 2024, Youtube video; <a href="https://sites.math.rutgers.edu/~zeilberg/expmath/sloane2024.pdf">Slides</a> %o A367612 (Python) %o A367612 def ok(n): y = int(str(n)[0]); x = (n-y)%10; return n - y - 10*x > 0 %o A367612 print([k for k in range(1, 123) if ok(k)]) # _Michael S. Branicky_, Dec 15 2023 %Y A367612 Cf. A121805, A367611. %K A367612 nonn,base %O A367612 1,1 %A A367612 _Michael S. Branicky_ and _N. J. A. Sloane_, Dec 15 2023