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”).

A152757
Numbers k such that the deficiency of k plus the number of proper divisors of k is a prime number (see A152864).
2
2, 3, 4, 5, 6, 7, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 26, 27, 28, 29, 31, 34, 37, 38, 41, 43, 45, 46, 47, 49, 52, 53, 55, 57, 58, 59, 61, 62, 64, 67, 70, 71, 73, 74, 75, 76, 77, 79, 82, 83, 86, 88, 89, 91, 93, 94, 95, 97, 99, 101, 103, 104, 106, 107, 109, 110, 111
OFFSET
1,1
MAPLE
with(numtheory): a := proc (n) if isprime(2*n-sigma(n)+tau(n)-1) = true then n else end if end proc: seq(a(n), n = 1 .. 120); # Emeric Deutsch, Jan 08 2009
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Dec 14 2008
EXTENSIONS
Extended by Emeric Deutsch, Jan 08 2009
Name edited by Jon E. Schoenfield, Jan 06 2019
STATUS
approved