login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066950 Numbers n such that phi(sigma(n)) + sigma(phi(n)) = 2n. 0
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 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(26) > 3*10^9. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Sep 16 2009]

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

Cf. A000010, A000203.

Sequence in context: A037006 A188892 A168433 * A162011 A123248 A111477

Adjacent sequences:  A066947 A066948 A066949 * A066951 A066952 A066953

KEYWORD

more,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jan 25 2002

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 26 2002

a(20)-a(25) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Sep 16 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.