login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Multiples of 13 whose reversal - 1 is also a multiple of 13.
1

%I #17 Jun 13 2021 08:28:27

%S 156,247,338,429,1560,1651,1742,1833,1924,2470,2561,2652,2743,2834,

%T 2925,3380,3471,3562,3653,3744,3835,3926,4290,4381,4472,4563,4654,

%U 4745,4836,4927,5291,5382,5473,5564,5655,5746,5837,5928,6292,6383,6474,6565,6656

%N Multiples of 13 whose reversal - 1 is also a multiple of 13.

%H G. C. Greubel, <a href="/A166397/b166397.txt">Table of n, a(n) for n = 1..10000</a>

%t Select[13Range[700],Divisible[FromDigits[Reverse[IntegerDigits[#]]] -1, 13]&] (* _Harvey P. Dale_, Apr 23 2011 *)

%Y Subsequence of A008595.

%K nonn,base

%O 1,1

%A _Claudio Meller_, Oct 13 2009