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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076373 Solutions to n + 2Phi[n] = sigma[n] = n + 2A000010[n] = A000203[n]. 1
10, 44, 184, 752, 3796, 12224, 49024, 12580864, 60610624 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Is the number of solutions finite? Do solutions to n+kPhi[n]=Sigma[n] exist for all values of k? For k=1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 the number of solutions I know below 1000000 is {1, 7, 2, 2, 1, 5, 3, 3, 0, 1, 1}). Not more for larger k.

If 3*2^n-1 is prime for n>0, then 2^n(3*2^n-1) belongs to the sequence; therefore this sequence is infinite if the sequence of primes of the form 3*2^n-1 (A007505) is infinite. - Matthew Vandermast (ghodges14(AT)comcast.net), Jul 31 2004

3796=4.13.73 and 60610624=64.199.4759 do not belong to the class of numbers mentioned above by Vandermast.

EXAMPLE

n=44, Phi[n]=20, Sigma[44]=1+2+4+11+22+44=84=44+2.20

MATHEMATICA

ta={{0}}; k=2; Do[g=n; If[Equal[n+k*EulerPhi[n], DivisorSigma[1, n]], ta=Append[ta, n]; Print[n]], {n, 1, 182000000}]; {ta, g}

CROSSREFS

Cf. A000010, A000203.

A subset of A066679.

Sequence in context: A200448 A124852 A097416 * A097215 A126397 A164607

Adjacent sequences:  A076370 A076371 A076372 * A076374 A076375 A076376

KEYWORD

easy,nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 15 2002; more terms Aug 04 2004.

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 17:35 EST 2012. Contains 206061 sequences.