cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A367645 Lexicographically earliest sequence of distinct positive numbers with the property that the sequence formed by the pairs of digits adjacent to the commas between the terms equals the magnitude of the successive differences between the terms.

Original entry on oeis.org

1, 12, 35, 94, 135, 78, 159, 63, 30, 28, 109, 18
Offset: 1

Views

Author

Scott R. Shannon and Eric Angelini, Nov 25 2023

Keywords

Comments

The sequence is finite; after twelve terms 18 is reached which has no following term - see A367341.

Examples

			a(6) = 78 as a(5) = 135, and |78 - 135| = 57 which can be formed from the last digit of 135 and the first digit of 78.
a(12) = 18 as a(11) = 109, and |18 - 109| = 91 which can be formed from the last digit of 109 and the first digit of 18. See A367341 for a proof that no following term can exist.
		

Crossrefs