A062931 Numbers k that, when expressed in base 5 and then interpreted in base 9, give a multiple of k.
0, 1, 2, 3, 4, 28, 30, 58, 60, 88, 90, 118, 120, 168, 179, 180, 348, 359, 360, 840, 895, 900, 1740, 1795, 1800, 5370, 5400, 11726, 11984, 16200, 21142, 26850, 27000, 38340, 57574, 137128, 183960, 214207, 293628, 421560, 750288, 866700, 1043027, 1304280, 1468140
Offset: 1
Examples
28 in base 5 is 103, which interpreted in base 9 is 84 = 3*28.
Crossrefs
Programs
-
Mathematica
Join[{0},Select[Range[11*10^5],Divisible[FromDigits[ IntegerDigits[ #,5],9],#]&]] (* Harvey P. Dale, Apr 27 2015 *)
Extensions
More terms from Naohiro Nomoto, Aug 06 2001
Offset changed to 1 by Georg Fischer, Mar 13 2023