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

A116050
n+sigma(n)+sigma(sigma(n)) is a prime.
1
1, 4, 5, 8, 10, 16, 18, 22, 23, 27, 29, 32, 36, 41, 46, 50, 53, 65, 66, 70, 94, 99, 101, 106, 111, 113, 125, 129, 131, 137, 171, 183, 195, 197, 200, 201, 203, 209, 210, 221, 233, 237, 239, 245, 251, 269, 275, 299, 301, 309, 317, 321, 322, 327, 329, 333, 335
OFFSET
1,2
LINKS
EXAMPLE
8 + sigma(8) + sigma(sigma(8)) = 47.
MATHEMATICA
dsQ[n_]:=Module[{dsn=DivisorSigma[1, n]}, PrimeQ[n+dsn+DivisorSigma[1, dsn]]]; Select[Range[400], dsQ] (* Harvey P. Dale, May 15 2013 *)
CROSSREFS
Cf. A078762.
Sequence in context: A295068 A022435 A190394 * A241413 A056721 A057479
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 13 2006
STATUS
approved