login
A354444
Least initial term of a set of n consecutive primes {p_1 .. p_n} such that Sum_{k=p_1..p_2} d(k) = ... = Sum_{k=p_(n-1)..p_n} d(k), where d(k) is the number of divisors function A000005.
1
1867, 105373, 238820129, 106695130613
OFFSET
3,1
COMMENTS
It doesn't matter if the primes are included in the sums or excluded as long as the symmetry is taken into account (d(prime) is always 2).
EXAMPLE
a(3) = 1867 = prevprime(A353552(1));
a(4) = 105373 = A353553(1);
a(5) = 238820129 = A353554(1).
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Karl-Heinz Hofmann, May 27 2022
STATUS
approved