A342624 The x-coordinates of the vectors used to construct the Babylonian Wurm.
0, 1, 2, 2, 2, 0, -1, -2, 0, 1, 3, 4, 4, 5, 5, 4, 3, 0, -1, -2, -4, -3, 0, 1, 4, 2, 3, 5, 0, -1, -2, -6, -8, -7, -8, -9, -9, -9, -8, -9, -9, -7, -6, -1, -2, -5, -3, -7, -4, -6, 0, 1, 2, 8, 9, 10, 11, 12, 12, 11, 12, 10, 12, 11, 12, 9, 8, 5, 7, 2
Offset: 1
Links
Crossrefs
Programs
-
Python
for i in range(10000): print(i+1, wurm(i+1)[0] - wurm(i)[0]) # wurm is defined in the program for A256175.
Comments