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 A365874 #7 Sep 25 2023 08:53:06 %S A365874 1,65,273,409,797,1081,1125,1329,1693,1817,2105,2313,2441,2489,2857, %T A365874 3149,3521,3573,3705,3917,4213,4349,4725,4941,4997,5297,5597,5897, %U A365874 6201,6265,6489,6873,7021,7089,7477,7785,8017,8329,8721,8793,8945,9181,9257,9573,9729,10093,10217,10501,10545,10749,11113 %N A365874 The "quadruple commas" sequence, a variant of A121805. See the Comments and Example sections for detailed explanations. %C A365874 The pair of digits adjacent to the comma between two terms forms an integer that is the fourth of the difference between the said terms. This is the lexicographically earliest sequence with this property. It will stop at some point, but when? %H A365874 Eric Angelini, <a href="https://cinquantesignes.blogspot.com/2023/09/commas-variants.html">Commas variants</a>, personal blog, Sept 2023. %e A365874 a(1) = 1 and a(2) = 65 are separated by 64 units, and 64 is 4*16 (or 1,6); %e A365874 a(2) = 65 and a(3) = 273 are separated by 208 units, and 208 is 4*52 (or 5,2); %e A365874 a(3) = 273 and a(4) = 409 are separated by 136 units, and 136 is 4*34 (or 3,4); %e A365874 a(4) = 409 and a(5) = 797 are separated by 388 units, and 388 is 4*97 (or 9,7); etc. %t A365874 a[1]=1;a[n_]:=a[n]=(k=a[n-1];While[4FromDigits@Join[{Mod[a[n-1],10]},{First@IntegerDigits@k}]!=k-a[n-1],k++];k);Array[a,70] %Y A365874 Cf. A121805 (the original 2006 sequence), A365872, A365873, A365875. %K A365874 base,nonn,fini %O A365874 1,2 %A A365874 _Eric Angelini_ and _Giorgos Kalogeropoulos_, Sep 21 2023