Problem of the Month
Problem 1: October 2023
Given a positive integer , the
digit sum of is the sum
of the base digits of . We will denote the digit sum of by . For example, .
Suppose that is a positive
integer. We will call a list of consecutive positive integers an -list if none of , , , and so on up to is a multiple of . For example, the list is a
-list because the digit sums of
the integers in the list are ,
, , , , and , respectively, none of which is a
multiple of .
This problem explores the maximum length of an -list for a few values of .
Show that the maximum length of a -list is . To do this, you must show that there
is a -list of length and you must also show that no list of
three or more consecutive positive integers can be a -list.
Show that the maximum length of a -list is .
Determine the maximum length of a -list.
Determine the maximum length of an -list.