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!)
A342626 Second differences of the x-coordinates of the vertices of the Babylonian Wurm. 5
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Equivalently, the first differences of A342624.
LINKS
FORMULA
a(n) = A342622(n+2) - 2*A342622(n+1) + A342622(n).
PROG
(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
CROSSREFS
See A256175 for the definition of the Babylonian Wurm.
See A342622 and A342623 for the coordinates of the Wurm.
See A342624 and A342625 for the first differences.
See A342627 for the second differences of the y-coordinates.
Sequence in context: A276167 A105522 A131774 * A358005 A078316 A207668
KEYWORD
sign,easy
AUTHOR
James Rayman, Apr 17 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 April 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)