A144777 Integers having decimal digital mean equal to zero.
18, 27, 36, 45, 54, 63, 72, 81, 90, 1089, 1098, 1179, 1188, 1197, 1269, 1278, 1287, 1296, 1359, 1368, 1377, 1386, 1395, 1449, 1458, 1467, 1476, 1485, 1494, 1539, 1548, 1557, 1566, 1575, 1584, 1593, 1629, 1638, 1647, 1656, 1665, 1674, 1683, 1692, 1719
Offset: 1
Links
- Paolo Xausa, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[200]*9, 2*DigitSum[#] == 9*IntegerLength[#] &] (* Paolo Xausa, May 17 2024 *)
Comments