login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A301866 Numbers k such that iphi(k) = iphi(k+1), where iphi is the infinitary totient function (A064380). 1
1, 21, 143, 208, 314, 459, 957, 1652, 2685, 5091, 20155, 38180, 41265, 45716, 54722, 116937, 161001, 186794, 230390, 274533, 338547, 416577, 430137, 495187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(16) > 10^5. - Robert Price, May 22 2018
LINKS
EXAMPLE
iphi(21) = iphi(22) = 14, thus 21 is in the sequence.
MATHEMATICA
irelprime[n_] := Select[temp = iDivisors[n]; Range[n], Intersection[iDivisors[#], temp] === {1} &]; bitty[k_] := Union[Flatten[Outer[Plus, Sequence @@ {0, #1} & /@ Union[2^Range[0, Floor[Log[2, k]]]*Reverse[IntegerDigits[k, 2]]]]]];
iDivisors[k_Integer] := Sort[(Times @@ (First[it]^(#1 /. z -> List)) &) /@ Flatten[Outer[z, Sequence @@ bitty /@ Last[it = Transpose[FactorInteger[k]]], 1]]]; iDivisors[1] := {1}; iphi[n_] := Length[irelprime[n]]; iphiQ[n_] := iphi[n] == iphi[n + 1]; Select[Range[10^3], iphiQ](* after Wouter Meeussen at A064379 *)
CROSSREFS
Sequence in context: A107731 A003702 A221785 * A101645 A230692 A267992
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Mar 28 2018
EXTENSIONS
a(11)-a(15) from Robert Price, May 22 2018
a(16)-a(24) from Amiram Eldar, Mar 26 2023
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 December 2 23:17 EST 2023. Contains 367526 sequences. (Running on oeis4.)