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.

A166399 Multiples of 19 whose digit reversal - 1 is also a multiple of 19.

Original entry on oeis.org

247, 1083, 1235, 1558, 2470, 2622, 2793, 2945, 3078, 4142, 4465, 4617, 4788, 5852, 6137, 7201, 7372, 7524, 7695, 7847, 8911, 9044, 9367, 9519, 10830, 11115, 11286, 11438, 12350, 12502, 12673, 12825, 12996, 14022, 14193, 14345, 14668, 15580, 15732
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 *)

Extensions

Keyword:base added by R. J. Mathar, Oct 16 2009