The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A065819 Numbers k such that 4*phi(k) = 3*sigma(k). 5
7, 209, 10013, 11687, 12857, 17537, 27577, 28067, 700321, 770431, 1321189, 1542281, 1681861, 1963039, 2282641, 2313961, 2664259, 3308041, 3709057, 3859207, 3929761, 4315751, 4380541, 4561381, 5193001, 5331001, 5576519, 5962333, 6561511, 7332919, 10065991, 12133627, 13678613, 14313949, 15263831 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jud McCranie, Table of n, a(n) for n = 1..10000 (first 65 terms from Harry J. Smith)
EXAMPLE
For m=10013, phi(m)=8640, sigma(m)=11520, 34560 = 4*phi = 3*sigma.
MATHEMATICA
Do[s = 4*EulerPhi[n]-3*DivisorSigma[1, n]; If[Equal[s, 0], Print[n]], {n, 1, 10000000}]
PROG
(PARI) { n=0; for (m=1, 10^9, if (4*eulerphi(m) == 3*sigma(m), write("b065819.txt", n++, " ", m); if (n==65, return)) ) } \\ Harry J. Smith, Oct 31 2009
CROSSREFS
Sequence in context: A157775 A300619 A275822 * A241649 A256288 A302107
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 23 2001
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 May 15 05:03 EDT 2024. Contains 372536 sequences. (Running on oeis4.)