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!)
A065822 Numbers k such that 5*phi(k) = 4*sigma(k). 3
323, 377, 22591, 42619, 49751, 106711, 119647, 180947, 2782057, 2980823, 2981233, 3794737, 5112427, 5285743, 5732179, 5964229, 6073267, 6669797, 6769927, 7049407, 8025547, 8350633, 8954023, 9373213, 10039471, 10140517, 10842901 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[1085*10^4], 5EulerPhi[#]==4DivisorSigma[1, #]&] (* Harvey P. Dale, Aug 11 2019 *)
PROG
(PARI) { n=0; for (m=1, 10^9, if (5*eulerphi(m) == 4*sigma(m), write("b065822.txt", n++, " ", m); if (n==60, return)) ) } \\ Harry J. Smith, Nov 01 2009
CROSSREFS
Sequence in context: A094412 A182504 A177745 * A279072 A158306 A257973
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 23 2001
EXTENSIONS
a(9)-a(27) from Harry J. Smith, Nov 01 2009
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 26 12:01 EDT 2024. Contains 371997 sequences. (Running on oeis4.)