Substring sums of prime concatenations
Let be the sum of all contiguous integer-substrings that can be formed from the integer . The substrings need not be distinct.
For example, .
Let be the integer formed by concatenating the first primes together. For example, .
Let be the integer formed by concatenating copies of together. For example, .
Evaluate mod .
素数拼接的子串和
记为整数所能组成的全部连续整数子串的和。从不同位置和顺序得到的相同子串被视为不同的。
例如,。
记为将前个素数拼接成的整数。例如,。
记为将份拼接成的整数。例如,。
试计算 mod 。
Gitalking ...