A342626 Second differences of the x-coordinates of the vertices of the Babylonian Wurm.
1, 1, 0, 0, -2, -1, -1, 2, 1, 2, 1, 0, 1, 0, -1, -1, -3, -1, -1, -2, 1, 3, 1, 3, -2, 1, 2, -5, -1, -1, -4, -2, 1, -1, -1, 0, 0, 1, -1, 0, 2, 1, 5, -1, -3, 2, -4, 3, -2, 6, 1, 1, 6, 1, 1, 1, 1, 0, -1, 1, -2, 2, -1, 1, -3, -1, -3, 2, -5, 1, 3, 3, -1, -1, -2, -5
Offset: 1
Links
Crossrefs
Programs
-
Python
for i in range(10000): print(i+1, wurm(i+2)[0] - 2*wurm(i+1)[0] + wurm(i)[0]) # wurm is defined in the program for A256175
Comments