login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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