OFFSET
1,2
COMMENTS
No n-Kaprekar number k can have more than n digits because then the number to the left of the plus sign would have more digits than k itself, meaning the sum will always be greater than k.
EXAMPLE
627615 is in this sequence because inserting a + before the 7th digit from the right of 627615^2 = 393900588225 yields 39390 + 0588225, which equals 627615 (the starting number).
CROSSREFS
KEYWORD
nonn,fini,full,base
AUTHOR
Eric Fox, Mar 09 2020
STATUS
approved