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 A342622 #17 Apr 09 2021 16:34:31 %S A342622 0,0,1,3,5,7,7,6,4,4,5,8,12,16,21,26,30,33,33,32,30,26,23,23,24,28,30, %T A342622 33,38,38,37,35,29,21,14,6,-3,-12,-21,-29,-38,-47,-54,-60,-61,-63,-68, %U A342622 -71,-78,-82,-88,-88,-87,-85,-77,-68,-58,-47,-35 %N A342622 The x-coordinates of the vertices of the Babylonian Wurm. %H A342622 James Rayman, <a href="/A342622/b342622.txt">Table of n, a(n) for n = 1..10000</a> %H A342622 <a href="/index/Con#coordinates_2D_curves">Index entries for sequences related to coordinates of 2D curves</a> %o A342622 (Python) for i in range(10000): print(i+1, wurm(i)[0]) # wurm is defined in the program for A256175. %Y A342622 See A256175 for the definition of the Babylonian Wurm. %Y A342622 See A342623 for the y-coordinates. %K A342622 sign,easy %O A342622 1,4 %A A342622 _James Rayman_, Mar 16 2021