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!)
A194568 Numbers k other than powers of 2 such that sigma(k) + 2*phi(k) = sigma(phi(k)) + 2k. 0
78, 4044, 5064, 294380, 1691586, 8413520, 68121168, 663003222, 966241404, 7675923264, 20555122128, 24443986296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{n not in A000079: A033880(n) +2*A000010(n) = A062402(n)}. - R. J. Mathar, Oct 13 2011
MATHEMATICA
Select[Range[300000], # != 2^IntegerExponent[#, 2] && DivisorSigma[1, #] + 2*EulerPhi[#] == DivisorSigma[1, EulerPhi[#]] + 2*# &] (* Amiram Eldar, Dec 08 2023 *)
PROG
(PARI) test(n)=my(p=eulerphi(n)); sigma(n)+2*p==sigma(p)+2*n
for(k=1, 20, for(n=1<<k+1, 2<<k-1, if(test(n), print1(n", ")))) \\ Charles R Greathouse IV, Oct 12 2011
CROSSREFS
Sequence in context: A017741 A060562 A004367 * A276177 A093278 A328354
KEYWORD
nonn,more
AUTHOR
Naohiro Nomoto, Oct 12 2011
EXTENSIONS
a(6)-a(9) from Charles R Greathouse IV, Oct 12 2011
a(10)-a(12) from Amiram Eldar, Dec 08 2023
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)