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.

Showing 1-1 of 1 results.

A358207 Numbers k such that k^2 + 2 is a palindrome.

Original entry on oeis.org

0, 1, 2, 3, 8, 13, 19, 85, 258, 393, 828, 1811, 2538, 2916, 2986, 3627, 4540, 10503, 140833, 268865, 298436, 423437, 902696, 1050503, 1845571, 2491032, 5513951, 14365940, 25809892, 26237622, 28559254, 61875091, 79094282, 186062629, 246553448, 451977320, 452357920, 620208559, 813448358, 849937635
Offset: 1

Views

Author

Robert Xiao, Nov 04 2022

Keywords

Crossrefs

Programs

  • PARI
    isok(k) = my(d=digits(k^2+2)); d == Vecrev(d); \\ Michel Marcus, Nov 04 2022
Showing 1-1 of 1 results.