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!)
A049225 Values of totient function applied to squarefree numbers; or numbers of form Product (p_i-1) where p_i are distinct primes. 4
1, 2, 4, 6, 8, 10, 12, 16, 18, 20, 22, 24, 28, 30, 32, 36, 40, 42, 44, 46, 48, 52, 56, 58, 60, 64, 66, 70, 72, 78, 80, 82, 84, 88, 92, 96, 100, 102, 104, 106, 108, 112, 116, 120, 126, 128, 130, 132, 136, 138, 140, 144, 148, 150, 156, 160, 162, 164, 166, 168, 172, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Numbers n such that n = phi(k) and |mu(k)| = 1.
EXAMPLE
8,120,48 are here as totient functions of squarefree numbers 15, 143, 210. 54 and 110, 294, 342 are missing since there are no squarefree k such that phi(k) = 54, 110, etc.
PROG
(PARI) isok(n) = {my(v = invphi(n)); (#v) && (#select(x->issquarefree(x), v)); } \\ Michel Marcus, Feb 25 2019
CROSSREFS
Terms of A049200 after ordering and omitting multiple occurrences.
Sequence in context: A340521 A002174 A002202 * A351910 A371177 A076450
KEYWORD
nonn
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)