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!)
A294030 Values of bphi(k) = bphi(k+1), where bphi is the bi-unitary analog of Euler's totient function (A116550). 1
1, 9, 14, 42, 161, 161, 798, 1400, 86156, 123656, 419430, 387868, 508797, 772121, 870233, 4162866, 8754569, 126168912, 126991491, 128007618, 131491736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The bi-unitary totient function of numbers k such that k and k+1 have the same function value (A293184).
LINKS
FORMULA
a(n) = A116550(A293184(n)).
EXAMPLE
9 is in the sequence since 9 = bphi(14) = bphi(15).
MATHEMATICA
bphi[1] = 1; bphi[n_] := With[{pp = Power @@@ FactorInteger[n]}, Count[Range[n], m_ /; Intersection[pp, Power @@@ FactorInteger[m]] == {}]]; a={}; b1=0; Do[b2 = bphi[k]; If[b1 == b2, a = AppendTo[a, b1]]; b1 = b2, {k, 1, 10^2}]; a (* after Jean-François Alcover at A116550 *)
CROSSREFS
The bi-unitary version of A003275.
Sequence in context: A066793 A275508 A139055 * A079625 A027009 A239038
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 22 2017
EXTENSIONS
a(10)-a(11) from Michel Marcus, Nov 14 2017
a(12)-a(21) from Amiram Eldar, Jul 16 2022
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 August 16 19:10 EDT 2024. Contains 375177 sequences. (Running on oeis4.)