login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098216 Nonprime numbers n for which cototient[n]=n-phi[n] is a decimal repdigit. 3
1, 4, 6, 8, 9, 10, 12, 14, 15, 16, 21, 25, 27, 30, 35, 49, 60, 86, 90, 93, 120, 121, 145, 159, 172, 175, 195, 231, 245, 253, 279, 291, 327, 365, 497, 535, 559, 693, 703, 737, 886, 979, 981, 993, 1037, 1111, 1121, 1411, 1457, 1517, 1617, 1772, 1774, 2047, 2059 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

n=97002, n-phi[n]=66666

MATHEMATICA

ta={{0}}; Do[s=Length[Union[IntegerDigits[n-EulerPhi[n]]]]; If[Equal[s, 1]&&!PrimeQ[n], Print[{n, n-EulerPhi[n]}]; ta=Append[ta, n]], {n, 1, 100000}]; ta=Delete[ta, 1]; ta-EulerPhi[ta]

CROSSREFS

Cf. A096503, A010785.

Sequence in context: A050655 A117098 A077136 * A063806 A063989 A168645

Adjacent sequences:  A098213 A098214 A098215 * A098217 A098218 A098219

KEYWORD

nonn,base

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 22 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 12:36 EST 2012. Contains 206021 sequences.