The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A342625 The y-coordinates of the vectors used to construct the Babylonian Wurm. 5
1, 1, 0, -1, -2, -3, -3, -3, -4, -4, -3, -2, -3, -1, -2, -4, -5, -6, -6, -6, -5, -6, -7, -7, -6, -7, -7, -6, -8, -8, -8, -6, -3, -5, -4, 0, 1, 2, 5, 3, 4, 7, 8, 10, 10, 9, 10, 8, 10, 9, 11, 11, 11, 8, 7, 6, 4, 0, -1, -5, -2, -7, -3, -6, -4, -9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Equivalently, this sequence gives the differences of the y-coordinates of successive vertices of the Babylonian Wurm.
LINKS
FORMULA
a(n) = A342623(n+1) - A342623(n).
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
See A256175 for the definition of the Babylonian Wurm.
See A342624 for the x-coordinates.
Sequence in context: A305232 A322974 A326201 * A295569 A129574 A323466
KEYWORD
sign
AUTHOR
James Rayman, Apr 09 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)