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!)
A063507 Least k such that k - phi(k) = n, or 0 if no such k exists. 9

%I #19 Jan 12 2018 02:52:48

%S 2,4,9,6,25,10,15,12,21,0,35,18,33,26,39,24,65,34,51,38,45,30,95,36,

%T 69,0,63,52,161,42,87,48,93,0,75,54,217,74,99,76,185,82,123,60,117,66,

%U 215,72,141,0,235,0,329,78,159,98,105,0,371,84,177,122,135,96,305,90,427

%N Least k such that k - phi(k) = n, or 0 if no such k exists.

%C Inverse cototient (A051953) sets represented by their minimum, as in A002181 for totient function. Impossible values (A005278) are replaced by zero.

%C If a(n) > 0, then it appears that a(n) > 1.26n. - _T. D. Noe_, Dec 06 2006

%H T. D. Noe, <a href="/A063507/b063507.txt">Table of n, a(n) for n=1..10000</a>

%F a(n)-A051953(a(n)) = n if possible and a(n)=0 if n belongs to A005278.

%e x = InvCototient[24] = {36, 40, 44, 46}; Phi[x] = Phi[{36, 40, 44, 46}] = {12, 16, 20, 22}; x-Phi[x] = {24, 24, 24, 24}, so a(24) = Min[InvCototient[24]]; a(10) = 0 because 10 is in A005278.

%t Table[SelectFirst[Range[n^2 + 1], # - EulerPhi[#] == n &] /. k_ /; ! IntegerQ@ k -> 0, {n, 67}] (* _Michael De Vlieger_, Jan 11 2018 *)

%Y Cf. A051953, A000010, A002181, A005277, A005278.

%Y Cf. A063748 (greatest solution to x-phi(x)=n).

%Y Cf. A063740 (number of k such that cototient(k) = n).

%K nonn

%O 1,1

%A _Labos Elemer_, Aug 09 2001

%E Edited by _N. J. A. Sloane_, Oct 25 2008 at the suggestion of _R. J. Mathar_

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 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)