Axxxxxx Growth and trajectories in an additive digit map: a(n) is the n-th iterate of T starting from seed 321, where T(m) = L(m) + S(m), with L(m) the digits of m in descending order and S(m) in ascending order (leading zeros allowed).
(Temporary placeholder number until assignment.)
NAME
Growth and trajectories in an additive digit map:
iterates of the additive Kaprekar-type process T(n) = L(n) + S(n).
DEFINITION
For a decimal integer n with 3 digits (allowing leading zeros), let L(n) be the digits of n sorted in descending order and S(n) the digits sorted in ascending order.
T(n) = L(n) + S(n).
Let a(0) = 321, and for k ≥ 1, a(k) = T(a(k−1)).
DATA
321, 444, 888, 1776, 9438, 13332, 45654, 110100, 111111, 222222, 444444, 888888, 1777776, 9554439, 13333221, 45566442, 110199999, 1222333321, 3444555666, 7888888888, 17777777776, 95555554319, …
OFFSET
0,1
COMMENTS
REFERENCES
EXAMPLE
Starting with seed a(0) = 321:
a(1) = 321 + 123 = 444,
a(2) = 444 + 444 = 888,
a(3) = 888 + 888 = 1776,
a(4) = 976 + 679 = 9438, etc.
Starting with seed a(0) = 102:
a(1) = 210 + 012 = 222,
a(2) = 222 + 222 = 444, then continues as above.
FORMULA
T(n) = L(n) + S(n), where L(n) is the digits of n in descending order and S(n) in ascending order (leading zeros allowed).
CROSSREFS
Cf. A099009 (Kaprekar process for 3-digit numbers, constant 495),
Cf. A099010 (Kaprekar’s 4-digit constant 6174),
Cf. A033865 (reverse-and-add sequences).
KEYWORD
nonn,base,easy,new,look,unexplored
AUTHOR
Arnav Taras , Sep 2025
STATUS
new, awaiting review
Can some one add this to OEIS, if correct .. Idk how to update the entry.
Mam Giovanni,
Thank you very much for carefully reviewing my draft and pointing out the mistake after 1777776, as well as the issues with the arbitrary seed, naming, and formatting. You are absolutely right — I computed some terms by hand, which was a mistake, and I will switch to programmatic verification.
I will also rework the submission to follow the OEIS Style Sheet more closely, remove the arbitrary starting point, and keep the definition short and precise.
I appreciate your guidance and patience.
Best regards,
Arnav Taras