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!)
A326403 Numbers k such that iphi(k) = iphi(k+1), where iphi(k) is an infinitary analog to the Euler totient function (A091732). 6
1, 20, 35, 143, 194, 208, 740, 1220, 1299, 1419, 1803, 1892, 3705, 3716, 3843, 5186, 5635, 7868, 10659, 13634, 13905, 17948, 18507, 18914, 18980, 21007, 25388, 25545, 30380, 31599, 32304, 34595, 37820, 47067, 70394, 73059, 78064, 87856, 94874, 105908, 116963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
20 is in the sequence since iphi(20) = iphi(21) = 12.
MATHEMATICA
f[p_, e_] := p^(2^(-1 + Position[Reverse @ IntegerDigits[e, 2], _?(# == 1 &)])); a[1] = 1; a[n_] := Times @@ (Flatten @(f @@@ FactorInteger[n]) - 1); a1 = 1; s = {}; Do[a2 = a[n]; If[a1 == a2, AppendTo[s, n - 1]]; a1 = a2, {n, 2, 10^5}]; s
CROSSREFS
Sequence in context: A229356 A048066 A287055 * A335251 A135801 A078210
KEYWORD
nonn
AUTHOR
Amiram Eldar, Sep 14 2019
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 September 17 22:44 EDT 2024. Contains 375991 sequences. (Running on oeis4.)