A166394 Multiples of 7 whose reversal - 1 is also a multiple of 7.
63, 112, 119, 182, 189, 203, 273, 364, 455, 546, 630, 637, 721, 728, 791, 798, 812, 819, 882, 889, 903, 973, 1036, 1120, 1127, 1190, 1197, 1211, 1218, 1281, 1288, 1302, 1309, 1372, 1379, 1463, 1554, 1645, 1736, 1820, 1827, 1890, 1897, 1911, 1918, 1981, 1988
Offset: 1
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Crossrefs
Subsequence of A008589.
Programs
-
Mathematica
Select[7 Range[5!], Divisible[FromDigits[Reverse[IntegerDigits[#]]] - 1, 7] &] (* G. C. Greubel, May 12 2016 *)