|
Search: id:A164648
|
|
|
| A164648 |
|
Numbers n such that sigma(n)/phi(n) = 25/16. |
|
+0 5
|
|
| 40859, 48505, 54385, 121771, 156125, 565607, 1154419, 1219933, 1294363, 2448397
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
A subsequence of A011257.
If 5^{k+1}-1 = d*D such that p = 2*5^{k+1}*(d+1)-1 and q = 2*(5^{k+1}+D)-1 are distinct primes, then n = 5^k*p*q is a term of this sequence.
The same theorem holds for sequences of numbers such that sigma/phi=b^2/(b-1)^2 with other primes b (here b=5), cf. A164646.
|
|
PROGRAM
|
(PARI) for( n=1, 1e7, sigma(n)==25/16*eulerphi(n) && print1(n", "))
|
|
CROSSREFS
|
Cf. A000010 (=phi), A000203 (=sigma), A068390 (sigma/phi=4), A163667 (sigma/phi=9), A164646 (sigma/phi=9/4).
Sequence in context: A090060 A097238 A046180 this_sequence A097479 A133863 A033532
Adjacent sequences: A164645 A164646 A164647 this_sequence A164649 A164650 A164651
|
|
KEYWORD
|
more,nonn
|
|
AUTHOR
|
M. F. Hasler (mhasler(AT)univ-ag.fr), Aug 22 2009
|
|
|
Search completed in 0.003 seconds
|