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!)
A280907 Least k such that cototient(k) has exactly n distinct prime factors. 0
4, 10, 42, 294, 3462, 45042, 760446, 14549526, 289194150 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Least k such that A001221(A051953(k)) = n.
LINKS
EXAMPLE
a(1) = 4 because 4 - phi(4) = 2.
a(2) = 10 because 10 - phi(10) = 6 = 2 * 3.
a(3) = 42 because 42 - phi(42) = 30 = 2 * 3 * 5.
PROG
(PARI) a(n) = {my(k = 2); while(omega(k-eulerphi(k)) != n, k++); k; }
CROSSREFS
Sequence in context: A361938 A222475 A194993 * A372648 A332233 A149220
KEYWORD
nonn,more
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 July 25 20:44 EDT 2024. Contains 374612 sequences. (Running on oeis4.)