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!)
A131827 Numbers k such that cototient(x) = k has exactly 2 solutions. 0
4, 7, 9, 11, 13, 15, 36, 37, 44, 46, 54, 56, 70, 80, 84, 88, 90, 92, 94, 112, 118, 138, 142, 152, 158, 160, 162, 164, 166, 174, 176, 182, 184, 188, 198, 210, 212, 214, 228, 230, 234, 236, 252, 272, 276, 278, 282, 304, 312, 316, 318, 320, 322, 328, 352, 354, 364 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
4 = cototient(6) = cototient(8) and there are no other solutions.
PROG
(PARI) lista(nn) = {my(v=vector(nn^2, i, i - eulerphi(i))); for(k=0, nn, if(sum(i=1, k*k, k==v[i])==2, print1(k, ", "))); } \\ Jinyuan Wang, Mar 21 2020
CROSSREFS
Sequence in context: A310943 A310944 A024704 * A035245 A243191 A260647
KEYWORD
nonn
AUTHOR
Franz Vrabec, Jul 19 2007
EXTENSIONS
More terms from Jinyuan Wang, Mar 21 2020
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 May 13 13:48 EDT 2024. Contains 372519 sequences. (Running on oeis4.)