OFFSET
1,2
COMMENTS
Equivalently, smallest k such that (p^(k+1)-1)/(p-1) is prime, where p is the n-th prime.
For p prime, the sum of divisors of p^k is Sum_{j=0..k} p^j, so a(n) is the smallest k such that sigma(prime(n)^k) is prime, where sigma is the sum of divisors function A000203.
For the corresponding primes Sum_{j=0..k} p^j, see A279068.
a(57) > 10000. Next several terms after a(57) are 40, 4, a(60), 28, 2, 52, a(64), 108, 156, a(67), 4, 336; unknown terms a(60), a(64), and a(67) each exceed 5000.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Jon E. Schoenfield, Dec 23 2016
STATUS
approved