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.

A367807 Even palindromes, divided by 2.

Original entry on oeis.org

0, 1, 2, 3, 4, 11, 22, 33, 44, 101, 106, 111, 116, 121, 126, 131, 136, 141, 146, 202, 207, 212, 217, 222, 227, 232, 237, 242, 247, 303, 308, 313, 318, 323, 328, 333, 338, 343, 348, 404, 409, 414, 419, 424, 429, 434, 439, 444, 449, 1001, 1056, 1111
Offset: 1

Views

Author

Erick B. Wong, Dec 01 2023, at the suggestion of Landon Wong

Keywords

Crossrefs

Cf. A029951.

Programs

  • Mathematica
    Select[Range[0, 2222, 2], PalindromeQ]/2

Formula

a(n) = A029951(n)/2.