A166399 Multiples of 19 whose digit reversal - 1 is also a multiple of 19.
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
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
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