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!)
A098218 Nonprime numbers whose cototient is a decimal repunits >1 from A002275. 1
35, 121, 231, 327, 535, 1111, 2047, 2407, 2911, 3127, 3327, 20767, 45967, 64111, 75847, 81607, 103927, 177367, 202207, 210767, 224295, 234607, 275647, 277807, 290911, 295447, 305887, 308911, 321407, 333327, 453911, 475967, 586127, 1199327 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is believed that for every repdigit r>1, inverse(cototient(r)) has a solution, usually more than one. For r=1, primes are the solutions.
LINKS
EXAMPLE
n=1111 and cototient(1111)=111. By accident, both n and its cototient are decimal repunits.
MATHEMATICA
ta={{0}}; Do[s=Length[u=Union[IntegerDigits[n-EulerPhi[n]]]]; If[Equal[s, 1]&&!PrimeQ[n]&&Equal[u, {1}], Print[{n, n-EulerPhi[n]}]; ta=Append[ta, n]], {n, 1, 100000}]; ta=Delete[ta, 1]; ta-EulerPhi[ta]
CROSSREFS
Sequence in context: A230214 A284876 A216268 * A247679 A344013 A225930
KEYWORD
nonn,base
AUTHOR
Labos Elemer, Oct 22 2004
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)