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!)
A292208 Composite numbers k such that sigma(cototient(k)) = cototient(sigma(k) - k) + cototient(k); that is, f(g(k)) = g(f(k)) where f = A001065 and g = A051953. 2
4, 16, 35, 65, 77, 78, 114, 146, 161, 185, 209, 221, 256, 335, 341, 371, 377, 437, 485, 515, 595, 611, 626, 644, 654, 671, 707, 731, 767, 779, 805, 851, 899, 917, 965, 1007, 1067, 1115, 1157, 1211, 1247, 1271, 1309, 1337, 1385, 1397, 1463, 1495, 1529, 1535, 1577, 1631, 1645, 1691, 1771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Luca and Pomerance proved that arithmetic functions f(g(n)) and g(f(n)) are independent where f = A001065 and g = A051953. For related details and theorems see Luca & Pomerance link.
LINKS
Florian Luca and Carl Pomerance, Local behavior of the composition of the aliquot and co-totient functions, in: G. Andrews and F. Garvan (eds.), Analytic Number Theory, Modular Forms and q-Hypergeometric Series, ALLADI60 2016. Springer Proceedings in Mathematics & Statistics, vol 221. Springer, Cham, 2017; author's copy.
EXAMPLE
35 = 5*7 is a term because A001065(A051953(35)) = A051953(A001065(35)).
MATHEMATICA
Select[Range@ 1800, Function[n, And[CompositeQ@ n, DivisorSigma[1, n - EulerPhi@ n] == (n - EulerPhi@ n) + # - EulerPhi@ # &[DivisorSigma[1, n] - n]]]] (* Michael De Vlieger, Sep 12 2017 *)
PROG
(PARI) a001065(n) = sigma(n)-n;
a051953(n) = n-eulerphi(n);
lista(nn) = forcomposite(n=4, nn, if(a051953(a001065(n))==a001065(a051953(n)), print1(n, ", ")));
CROSSREFS
Sequence in context: A043100 A329853 A078714 * A104125 A014727 A174597
KEYWORD
nonn
AUTHOR
Altug Alkan, Sep 11 2017
STATUS
approved

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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)