OFFSET
1,5
COMMENTS
Equivalently, this sequence gives the differences of the y-coordinates of successive vertices of the Babylonian Wurm.
LINKS
PROG
(Python) for i in range(10000): print(i+1, wurm(i+1)[1] - wurm(i)[1]) # wurm is defined in the program for A256175.
CROSSREFS
KEYWORD
sign
AUTHOR
James Rayman, Apr 09 2021
STATUS
approved