STATUS
editing
approved
editing
approved
Subsequence of A062028 a(n) = n + sum of the digits of n).
approved
editing
_Zak Seidov (zakseidov(AT)yahoo.com), _, Dec 13 2009
a(n) = n^2 + sum of the digits of n^2.
0, 2, 8, 18, 23, 32, 45, 62, 74, 90, 101, 125, 153, 185, 212, 234, 269, 308, 333, 371, 404, 450, 500, 545, 594, 638, 695, 747, 803, 854, 909, 977, 1031, 1107, 1169, 1235, 1314, 1388, 1457, 1530, 1607, 1697, 1782, 1871, 1955, 2034, 2126, 2222, 2313, 2408, 2507
0,2
Subsequence of A062028 a(n) = n + sum of the digits of n
Table[n^2+Total[IntegerDigits[n^2]], {n, 0, 100}]
base,nonn
Zak Seidov (zakseidov(AT)yahoo.com), Dec 13 2009
approved