OFFSET
1,2
COMMENTS
The fixed points of this sequence {n such that a(n) = n} are A110921.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
a(19) = (1+9)*R(1+9) = 10*01 = 10*1 = 10. a(79) = 976 because (7+9)*R(7+9) = 16*61 = 976.
MATHEMATICA
Table[With[{ds=Total[IntegerDigits[n]]}, IntegerReverse[ds]ds], {n, 70}] (* Harvey P. Dale, Mar 07 2023 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Dec 20 2008
STATUS
approved