OFFSET
1,1
COMMENTS
The first 30 terms of A075728 are equal to prime(k)-1 for some k. The first term here, n = 120, satisfies |sigma(n) - 2*n| = n. - Michel Marcus, Nov 02 2013
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
PROG
(PARI) lista(nn) = {rec = -1; for (n=1, nn, d = abs(sigma(n) - 2*n); if (d > rec, if (! isprime(d+1), print1(d, ", ")); rec = d; ); ); } \\ Michel Marcus, Nov 02 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jul 04 2010
EXTENSIONS
More terms from R. J. Mathar, Jul 05 2010
A-number typo corrected by R. J. Mathar, Jul 16 2010
STATUS
approved