|
Search: id:A104904
|
|
|
| A104904 |
|
Numbers n such that d(n)*pi(n)=n, where d(n) is the number of positive divisors of n. |
|
+0 4
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Next term is greater than 3*10^9.
|
|
EXAMPLE
|
189961452 is in the sequence because d(189961452)=18; pi(189961452)=10553414 & 18*10553414=189961452.
|
|
MATHEMATICA
|
Do[If[DivisorSigma[0, n]*PrimePi[n] == n, Print[n]], {n, 2000000000}]
|
|
CROSSREFS
|
Cf. A063903, A104905, A104906.
Sequence in context: A129059 A129058 A129057 this_sequence A086563 A023328 A134656
Adjacent sequences: A104901 A104902 A104903 this_sequence A104905 A104906 A104907
|
|
KEYWORD
|
hard,more,nonn
|
|
AUTHOR
|
Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Apr 12 2005
|
|
|
Search completed in 0.002 seconds
|