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!)
A067709 Numbers k such that phi(2*sigma(k)) = 2*sigma(phi(k)). 1
2, 4, 16, 18, 64, 100, 450, 516, 1458, 4096, 4624, 13932, 14406, 20124, 21780, 28900, 29262, 29616, 36450, 45996, 62500, 65536, 92778, 95916, 106092, 106308, 114630, 114930, 121872, 125652, 130050, 140130, 145794, 149124, 160986, 179562, 185100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Every even superperfect number (A019279) is a term of the sequence. - Vladeta Jovovic, Feb 11 2002
LINKS
MAPLE
with(numtheory); A067709:=n->`if`( phi(2*sigma(n)) = 2*sigma(phi(n)), n, NULL); seq(A067709(n), n=1..200000); # Wesley Ivan Hurt, Apr 07 2014
MATHEMATICA
Select[Range[200000], EulerPhi[2*DivisorSigma[1, #]] == 2*DivisorSigma[1, EulerPhi[#]] &] (* Amiram Eldar, May 13 2022 *)
PROG
(PARI) isok(k) = eulerphi(2*sigma(k)) == 2*sigma(eulerphi(k)); \\ Michel Marcus, May 13 2022
CROSSREFS
Sequence in context: A217863 A186108 A131560 * A229238 A212202 A102545
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 05 2002
EXTENSIONS
More terms from Vladeta Jovovic, Feb 11 2002
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 March 28 11:59 EDT 2024. Contains 371254 sequences. (Running on oeis4.)