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 A333399 #23 Dec 23 2024 14:53:46 %S A333399 1,100,2,112,3,113,4,114,5,115,6,116,7,117,8,118,9,119,10,1101,11,12, %T A333399 21,13,31,14,41,15,51,16,61,17,71,18,81,19,91,20,1102,22,23,32,24,42, %U A333399 25,52,26,62,27,72,28,82,29,92,30,1103,33,34,43,35,53,36,63,37,73,38,83,39,93,40,1104,44,45,54,46,64,47,74 %N A333399 The Zabriskie Point sequence: terms are blown up in honor of the final scene of Antonioni's movie (see the Comments section). %C A333399 The sequence is started with a(1) = 1; the next term, a(2), must annihilate both a(1) and itself; this is done with a(1) = 1 and a(2) = 100; the disappearing rule is: "Two identical digits forming a pair explode and disappear instantly, even if they belong to two successive integers". We see with 1, 100 that the pair of 1's and the pair of 0's disappear, leaving nothing in the sequence. Said sequence is then extended with the smallest unused integer so far. This integer, if not annihilated by itself (like 11 would do, or 22, or 599500), must be blown up together with the one coming after it. %C A333399 This sequence is both the lexicographically earliest sequence with this property and a permutation of the positive integers. %H A333399 Carole Dubois, <a href="/A333399/b333399.txt">Table of n, a(n) for n = 1..5000</a> %H A333399 SeqFan mailing list, <a href="https://web.archive.org/web/*/http://list.seqfan.eu/oldermail/seqfan/2020-March/020541.html">message from Eric Angelini on March 8, 2020</a> %H A333399 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %e A333399 a(1) = 1 and a(2) = 100 produce [1,100] which disappears (annihilation of the pair of 1's and of the pair of 0's); %e A333399 a(3) = 2 as 2 is the smallest available integer not present so far in the sequence; %e A333399 a(4) = 112 as 112 is the smallest available integer not present so far that annihilates both 2 and itself; %e A333399 a(5) = 3 as 3 is the smallest available integer not present so far in the sequence; %e A333399 a(6) = 113 as 113 is the smallest available integer not present so far that annihilates both 3 and itself; etc. %Y A333399 Cf. A108988 (A twin's digits self-disappearing sequence). %K A333399 base,nonn %O A333399 1,2 %A A333399 _Eric Angelini_ and _Carole Dubois_, Mar 18 2020