A166392 Multiples of 19 whose reversal + 1 is also a multiple of 19.
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
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 *)