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.

A028503 Numbers k such that k*(k+2) is a palindrome.

Original entry on oeis.org

0, 1, 2, 9, 17, 23, 64, 75, 99, 191, 204, 999, 1747, 1907, 2365, 2966, 5731, 9999, 18991, 20564, 99999, 174601, 174747, 179317, 243063, 293786, 552101, 999999, 1868287, 2967032, 9200156, 9999999, 22765895, 31552659, 93809716, 99999999, 185812387, 999999999
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    palQ[n_] := Block[{d = IntegerDigits[n]}, d == Reverse[d]]; Select[Range[0, 10^5], palQ[# (# + 2)] &] (* Giovanni Resta, Aug 29 2018 *)

Formula

a(n) = A070253(n) - 1. a(n) * (a(n) + 2) = A028504(n). - Giovanni Resta, Aug 29 2018

Extensions

More terms from Giovanni Resta, Aug 28 2018