|
Search: id:A118369
|
|
|
| A118369 |
|
Numbers n such that prod_{d|n} d + 1 is prime. |
|
+0 2
|
|
| 1, 2, 6, 10, 14, 24, 26, 54, 56, 74, 88, 94, 134, 146, 154, 174, 206, 238, 248, 266, 296, 314, 326, 328, 374, 378, 386, 430, 442, 466, 472, 488, 494, 498, 510, 568, 582, 584, 634, 674, 680, 710, 730, 742, 786, 856, 874, 894, 918, 962, 986, 1038, 1094, 1174
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
See A118370 for the corresponding primes, 'divisorial primes'.
|
|
EXAMPLE
|
The (positive) divisors of 6 are 1,2,3,6. As 6*3*2*1 + 1 = 37 is prime, 6 is a term.
|
|
PROGRAM
|
(PARI) for(n=1, 2500, s=1; fordiv(n, d, s=s*d); if(isprime(s+1), print1(n, ", ")))
|
|
CROSSREFS
|
Cf. A118370, A007955.
Sequence in context: A103747 A000952 A039956 this_sequence A082816 A074105 A133931
Adjacent sequences: A118366 A118367 A118368 this_sequence A118370 A118371 A118372
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 25 2006
|
|
|
Search completed in 0.002 seconds
|