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.

A337865 Lexicographically earliest sequence of distinct positive integers such that the sum of a(n) and [a(n+1) reversed] is a palindrome in base 10.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 17, 28, 37, 7, 18, 38, 16, 27, 47, 8, 19, 29, 51, 62, 73, 82, 71, 102, 9, 31, 42, 53, 64, 74, 41, 52, 63, 83, 61, 72, 92, 91, 111, 101, 121, 131, 141, 151, 15, 26, 57, 13, 24, 35, 46, 55, 11, 22, 33, 44, 75, 65, 21, 32, 43, 54, 76, 56, 12, 23, 34, 45, 66
Offset: 1

Views

Author

Eric Angelini and Carole Dubois, Sep 27 2020

Keywords

Comments

Terms ending in zero are not in the sequence; when reversed they produce a term with a leading zero.

Examples

			a(7) = 17 and a(8) = 28; the addition 17 + 82 is a palindrome (99).
a(8) = 28 and a(9) = 37; the addition 28 + 73 is a palindrome (101). Etc.
		

Crossrefs

Cf. A228730 (the sum of two consecutive terms is a palindrome in base 10).