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

A161540
Primes which are the sum of a smaller n and its composite(n) subscript. A002808 + a(n) (= prime)
1
5, 11, 13, 23, 31, 67, 73, 97, 107, 109, 113, 137, 139, 157, 163, 167, 197, 199, 211, 233, 239, 251, 257, 269, 271, 293, 307, 311, 313, 331, 337, 347, 353, 359, 367, 373, 401, 409, 449, 457, 479, 487, 491, 503, 541, 547, 569, 571, 577, 587, 593, 607, 613, 617
OFFSET
1,1
COMMENTS
5 = composite(1)+1 = 4+1 ; 11 = composite(3)+3 = 8+3
LINKS
MATHEMATICA
Module[{nn=400, cmps, len}, cmps=Select[Range[nn], CompositeQ]; len=Length[cmps]; Select[ Total/@ Thread[{Range[len], cmps}], PrimeQ]] (* Harvey P. Dale, Jul 07 2024 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Claudio Meller, Jun 13 2009
STATUS
approved