OFFSET
1,2
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..100
PROG
(PARI) r=0; for(n=1, 1e8, t=sumdiv(n, d, isprime(d+1)); if(t>r, r=t; print1(t", ")))
CROSSREFS
KEYWORD
nonn
AUTHOR
Charles R Greathouse IV, Dec 23 2011
STATUS
approved