|
| |
|
|
A163665
|
|
Numbers n such that n=prime(phi(sigma(pi(n)))).
|
|
1
| |
|
|
2, 3, 19, 37, 719, 1511, 5443, 69709, 386093, 1907819, 10777931, 17819101, 18653749, 56125547, 60163267, 98911811, 272887613, 567611663, 989060309, 2444540149
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| It is obvious that all terms are primes. There is no further term up to 5*10^9.
|
|
|
MATHEMATICA
| Do[If[n=Prime[m]; m==EulerPhi[DivisorSigma[1, PrimePi[n]]], Print[n]], {m, 235000000}]
|
|
|
CROSSREFS
| Cf. A000010, A000040, A000720, A000203, A163666.
Sequence in context: A088790 A178202 A135958 * A051079 A051089 A171149
Adjacent sequences: A163662 A163663 A163664 * A163666 A163667 A163668
|
|
|
KEYWORD
| more,nonn
|
|
|
AUTHOR
| Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 04 2009
|
| |
|
|