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!)
A066950 Numbers k such that phi(sigma(k)) + sigma(phi(k)) = 2k. 1
1, 11, 18, 75, 172, 372, 482, 732, 3276, 7965, 13068, 46476, 103488, 252240, 727956, 1795605, 6030528, 8769600, 15436092, 56747712, 224518995, 297780084, 317961000, 855489144, 2691137721, 58016937600, 127198874880, 228517311456, 411814778112 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(26) > 3*10^10. - Donovan Johnson, Mar 05 2014
LINKS
EXAMPLE
phi(sigma(11)) + sigma(phi(11)) = phi(12) + sigma(10) = 4 + 18 = 2*11, so 11 is in the sequence.
MATHEMATICA
f[n_] := EulerPhi[DivisorSigma[1, n]]+DivisorSigma[1, EulerPhi[n]]; Select[Range[1, 10^5], f[ # ]==2*#&]
CROSSREFS
Sequence in context: A168433 A302455 A303237 * A352955 A214495 A162011
KEYWORD
more,nonn
AUTHOR
Joseph L. Pe, Jan 25 2002
EXTENSIONS
Edited by Dean Hickerson, Jan 26 2002
a(20)-a(25) from Donovan Johnson, Sep 16 2009
a(26)-a(28) from Kevin P. Thompson, Apr 19 2022
a(29) from Kevin P. Thompson, Sep 04 2022
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 24 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)