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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092586 Numbers n such that sigma[phi(n)]-phi[sigma(n)] is nonzero and is divisible by (n+1), that is A065395[n]/(n+1)=phi[sigma(n)]-sigma[phi(n)]/(n+1) is a nonzero integer. 0
7, 87, 231, 463, 617, 691, 751, 855, 1059, 1127, 2795, 4819, 11999, 18527, 22481, 75311, 121939, 232901, 256751, 288883, 313919, 371519, 845831, 1285841, 1762799, 1815167, 7195199, 9096191, 40324121, 93070943, 99388823, 113140151 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

sigma(phi(x))-phi(sigma(x))/phi(x+1) equals 1 if x=7; is 2 if x=463; is 3 if x=4819.

MATHEMATICA

f[ x_] := EulerPhi[ DivisorSigma[1, x]] - DivisorSigma[1, EulerPhi[x]]; t = {}; Do[ s = f[n]; If[ s != 0 && Mod[ s, n + 1] == 0, Print[n]; AppendTo[t, n], {n, 2*10^8}]; t

CROSSREFS

Cf. A033632, A092584-A092588, A000203, A000010, A065395.

Sequence in context: A000686 A102923 A196257 * A048363 A183613 A173812

Adjacent sequences:  A092583 A092584 A092585 * A092587 A092588 A092589

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Mar 01 2004

EXTENSIONS

Edited and extended by Robert G. Wilson v Mar 03 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 14 11:17 EST 2012. Contains 205623 sequences.