login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A165630 Numbers n such that sigma(n)/phi(n) = 25/9, where sigma = A000203, phi = A000010. 2
8721, 10179, 21489, 99813, 203721, 228417, 229653, 250705, 268047, 609957, 1150713, 1343277, 2429283, 2835417, 2835807, 2881197, 3150333, 3230469, 3833181, 4679157, 4885569, 5673291, 6082527, 6302529, 6713637, 6819879, 7096329, 9464121, 10313979, 12168651 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A011257. Contains the product m*n of relatively prime (gcd(m,n)=1) terms (m,n) in A164647 x A164648.
LINKS
MATHEMATICA
Select[Range[122*10^5], DivisorSigma[1, #]/EulerPhi[#]==25/9&] (* Harvey P. Dale, Jun 20 2021 *)
PROG
(PARI) for( i=1, 1e7, sigma(i)/eulerphi(i)==25/9 && print1(i", "))
CROSSREFS
Sequence in context: A266578 A031852 A115614 * A250999 A214171 A067867
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)