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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099650 Solutions to x+phi[x]=sigma[x]/2. 0
456, 828, 7584, 33462, 1596048, 1964544, 19800384, 26211264, 31451136 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

If 5*2^n-1 is prime then m=3*2^(n+1)*(5*2^n-1) is in the sequence because m+phi(m)=2^(n+1)*3*(5*2^n-1)+2^(n+1)*(5*2^n-2)=2^(n+1) *(20*2^n-5)=2^(n+1)*5*(2^(n+2)-1)=1/2*4*(2^(n+2)-1)*(5*2^n)= 1/2*sigma(3)*sigma(2^(n+1))*sigma(5*2^n-1)=1/2*sigma(3*2^(n+1) *(5*2^n-1))=1/2*sigma(m). So 3*2^(A001770+1)*(5*2^A001770-1) is a subsequence of this sequence. A110084 is this subsequence. Next term is greater than 10^8. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 04 2005

EXAMPLE

n=456: phi[456]=144, sigma[456]=1200.

MATHEMATICA

Do[If[DivisorSigma[1, m] == 2m + 2 EulerPhi[m], Print[m]], {m, 100000000}] (Firoozbakht)

CROSSREFS

Cf. A000010, A000203.

Cf. A001770, A110084.

Sequence in context: A145528 A203058 A116331 * A200784 A077578 A048110

Adjacent sequences:  A099647 A099648 A099649 * A099651 A099652 A099653

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 05 2004

EXTENSIONS

Two more terms from Farideh Firoozbakht (mymontain(AT)yahoo.com), Aug 04 2005

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 18:41 EST 2012. Contains 206074 sequences.