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.

A166392 Multiples of 19 whose reversal + 1 is also a multiple of 19.

Original entry on oeis.org

57, 570, 722, 893, 1254, 1406, 1577, 1729, 2641, 2964, 3097, 3249, 4161, 4313, 4484, 4636, 4959, 5700, 5871, 6156, 6308, 6479, 7220, 7391, 7543, 7866, 8930, 9063, 9215, 9386, 9538
Offset: 1

Views

Author

Claudio Meller, Oct 13 2009

Keywords

Crossrefs

Subsequence of A008601.

Programs

  • Mathematica
    Select[19 Range[5!], Divisible[FromDigits[Reverse[IntegerDigits[#]]] + 1, 19] &](* G. C. Greubel, May 12 2016 *)