login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A342623
The y-coordinates of the vertices of the Babylonian Wurm.
7
0, 1, 2, 2, 1, -1, -4, -7, -10, -14, -18, -21, -23, -26, -27, -29, -33, -38, -44, -50, -56, -61, -67, -74, -81, -87, -94, -101, -107, -115, -123, -131, -137, -140, -145, -149, -149, -148, -146, -141, -138, -134, -127, -119, -109, -99, -90, -80
OFFSET
1,3
PROG
(Python) for i in range(10000): print(i+1, wurm(i)[1]) # wurm is defined in the program for A256175.
CROSSREFS
See A256175 for the definition of the Babylonian Wurm.
See A342622 for the x-coordinates.
Sequence in context: A254414 A199802 A297347 * A121697 A225201 A124976
KEYWORD
sign,easy
AUTHOR
James Rayman, Mar 17 2021
STATUS
approved