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!)
A071386 Numbers k such that the cardinality of the set of solutions to phi(x) = k is odd. 6
2, 8, 20, 32, 40, 44, 48, 56, 60, 72, 92, 96, 104, 108, 116, 120, 128, 132, 140, 144, 156, 164, 192, 204, 212, 216, 220, 240, 252, 260, 272, 276, 296, 300, 332, 344, 356, 360, 368, 380, 384, 392, 396, 400, 416, 420, 440, 444, 452, 456, 476, 480, 500, 504, 512 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{ k : Card(InvPhi(k)) mod 2 = 1 }.
EXAMPLE
k = 40 is a term: InvPhi(40) = {41,55,75,82,88,100,110,132,150} has 9 entries.
PROG
(PARI) is(n) = invphiNum(n) % 2; \\ Amiram Eldar, Mar 28 2024, using Max Alekseyev's invphi.gp (see links).
CROSSREFS
Sequence in context: A110856 A048041 A217513 * A031114 A327100 A130238
KEYWORD
nonn
AUTHOR
Labos Elemer, May 23 2002
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 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)