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.

A166391 Multiples of 17 whose reversal + 1 is also a multiple of 17.

Original entry on oeis.org

187, 238, 1870, 1921, 2380, 2431, 2754, 2805, 3264, 3315, 3587, 3638, 4097, 4148, 5661, 5712, 5984, 6171, 6222, 6494, 6545, 6868, 6919, 7055, 7106, 7378, 7429, 8891, 8942, 9452, 9503, 9775, 9826
Offset: 1

Views

Author

Claudio Meller, Oct 13 2009

Keywords

Crossrefs

Subsequence of A008599.

Programs

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