cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A354194 Numbers k for which phi(A267099(k)) is equal to phi(k), but the number of 4m+1 and 4m+3 primes in the prime factorization of k (when counted with multiplicity) is not equal. Here A267099 is fully multiplicative involution swapping the positions of 4m+1 and 4m+3 primes, and phi is Euler totient function.

This page as a plain text file.
%I A354194 #11 May 28 2022 16:37:34
%S A354194 69037,70807,76635,79577,81631,82425,88335,95025,138074,141614,149209,
%T A354194 153270,153703,159154,163262,164850,171989,176670,177199,190050,
%U A354194 276148,283228,298418,306540,307406,318308,326524,329700,343978,353340,354398,380100,552296,566456,596836,613080,614812,636616,653048,659400,687956
%N A354194 Numbers k for which phi(A267099(k)) is equal to phi(k), but the number of 4m+1 and 4m+3 primes in the prime factorization of k (when counted with multiplicity) is not equal. Here A267099 is fully multiplicative involution swapping the positions of 4m+1 and 4m+3 primes, and phi is Euler totient function.
%H A354194 Antti Karttunen, <a href="/A354194/b354194.txt">Table of n, a(n) for n = 1..377</a>
%e A354194 A354102(69037) = phi(A267099(69037)) = phi(70807) = phi(69037) = 62400, and 69037 = 17*31*131, therefore 69037 is included in this sequence, and likewise is 70807 = 11*41*157.
%o A354194 (PARI)
%o A354194 A354188(n) = (eulerphi(A267099(n)) == eulerphi(n)); \\ Uses the program given in A267099.
%o A354194 A342025(n) = {my(f = factor(n)); sum(k=1, #f~, ((f[k, 1] % 4)==1)*f[k, 2]) == sum(k=1, #f~, ((f[k, 1] % 4)==3)*f[k, 2]); }; \\ From isok function in A072202
%o A354194 isA354194(n) = (A354188(n) && !A342025(n));
%Y A354194 Setwise difference A354189 \ A072202.
%Y A354194 Cf. A002144, A002145, A342025, A354188.
%K A354194 nonn
%O A354194 1,1
%A A354194 _Antti Karttunen_, May 20 2022