OFFSET
1,3
COMMENTS
EXAMPLE
a(1) = 1 (given novel term) means a(2) = 1 since there is just one term having digit sum not exceeding 1. Since 1 has now occurred twice, a(3) = 2*1 = 2, another novel term with digit sum = 2. Since there are now 3 terms up to and including a(3) = 3 with digit sum at most 3, a(4) = 3. This pattern continues(4,5,6..) until reaching a(11) = 10, a novel term with digit sum = 1. At this point the number of terms in a(1),a(2),...a(11) having digit sum equal to at most 1 is 3, so a(12) = 3. Then since 3 has been seen twice, a(13) = 6; and so on.
CROSSREFS
KEYWORD
nonn,base,more,new
AUTHOR
David James Sycamore, Nov 22 2024
STATUS
approved