The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A280927 Odd numbers k such that phi(k) and cototient(k) have the same prime signature. 2
1735, 2469, 4341, 4569, 4989, 5469, 5637, 5961, 6879, 7149, 7407, 8675, 9969, 11569, 12949, 13057, 13089, 13707, 15829, 15969, 16407, 18597, 18969, 19959, 20109, 20487, 20721, 21081, 21309, 21729, 22107, 22221, 22513, 23469, 24355, 25269, 25617, 26305, 27021 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
46347 = 3*7*2207 is the least term that has 3 distinct prime factors.
LINKS
EXAMPLE
1735 is a term because phi(1735) = 1384 = 2^3 * 173 and cototient(1735) = 1735 - phi(1735) = 351 = 3^3 * 13.
MATHEMATICA
Select[Range[5, 30000, 2], Sort @ FactorInteger[(phi = EulerPhi[#])][[;; , 2]] == Sort @ FactorInteger[# - phi][[;; , 2]] &] (* Amiram Eldar, Jan 02 2021 *)
PROG
(PARI) is(n) = vecsort(factor(eulerphi(n))[, 2]) == vecsort(factor(n-eulerphi(n))[, 2]) && n%2==1;
CROSSREFS
Sequence in context: A113701 A283385 A083606 * A095847 A253696 A253703
KEYWORD
nonn
AUTHOR
Altug Alkan, Jan 10 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 June 2 05:28 EDT 2024. Contains 373032 sequences. (Running on oeis4.)