|
Search: id:A118370
|
|
|
| A118370 |
|
Divisorial primes: Primes p such that p = prod_{d|n} d + 1 for some n (ordered by n). |
|
+0 2
|
|
| 2, 3, 37, 101, 197, 331777, 677, 8503057, 9834497, 5477, 59969537, 8837, 17957, 21317, 562448657, 916636177, 42437, 3208542737, 3782742017, 5006411537, 7676563457, 98597, 106277, 11574317057, 19565295377, 416806419029812551937
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
See A118369 for the corresponding n. These are primes in the sequence 1 + A007955. (The suggested name "divisorial prime" is obviously analogous to that of factorial primes (A088332) and primorial primes (A014545).).
|
|
EXAMPLE
|
The prime 37 is a(3) as there exists a number, A118369(3)=6, such that 37 = 6*3*2*1 + 1, where {1,2,3,6} are all the positive divisors of 6.
|
|
PROGRAM
|
(PARI) for(n=1, 2500, s=1; fordiv(n, d, s=s*d); if(isprime(s+1), print1(s+1, ", ")))
|
|
CROSSREFS
|
Cf. A118369, A007955.
Sequence in context: A118443 A109748 A062459 this_sequence A061576 A041329 A060813
Adjacent sequences: A118367 A118368 A118369 this_sequence A118371 A118372 A118373
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 25 2006
|
|
|
Search completed in 0.002 seconds
|