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.

A328414 Numbers k such that (Z/mZ)* = C_2 X C_(2k) has no solutions m, where (Z/mZ)* is the multiplicative group of integers modulo m.

This page as a plain text file.
%I A328414 #10 Apr 07 2025 13:46:11
%S A328414 7,12,13,17,19,25,28,31,34,37,38,43,47,49,52,57,59,61,62,67,71,73,76,
%T A328414 77,79,80,84,85,91,92,93,94,97,100,101,103,104,107,108,109,112,117,
%U A328414 118,121,122,124,127,129,133,137,139,142,143,144,148,149,151,152,157,160,161,163,164
%N A328414 Numbers k such that (Z/mZ)* = C_2 X C_(2k) has no solutions m, where (Z/mZ)* is the multiplicative group of integers modulo m.
%C A328414 Indices of 0 in A328410, A328411 and A328412.
%C A328414 By definition, if there is no such m that psi(m) = 2k, psi = A002322, then m is a term of this sequence.
%H A328414 Wikipedia, <a href="https://en.wikipedia.org/wiki/Multiplicative_group_of_integers_modulo_n">Multiplicative group of integers modulo n</a>
%e A328414 12 is a term: if there exists m such that (Z/mZ)* = C_2 X C_24 = C_2 X C_8 X C_3, then m must have a factor q such that q is an odd prime power and phi(q) = 8 or phi(q) = 24, phi = A000010, which is impossible.
%e A328414 80 is a term: if there exists m such that (Z/mZ)* = C_2 X C_80 = C_2 X C_16 X C_5, then m must have a factor q such that q is an odd prime power and phi(q) = 80 or phi(q) = 16, which is impossible.
%o A328414 (PARI) isA328414(n) = my(r=4*n, N=floor(exp(Euler)*r*log(log(r^2))+2.5*r/log(log(r^2)))); for(k=r+1, N+1, if(eulerphi(k)==r && lcm(znstar(k)[2])==r/2, return(0)); if(k==N+1, return(1)))
%o A328414 for(n=1, 200, if(isA328414(n), print1(n, ", ")))
%Y A328414 Cf. A328410, A328411, A328412. Complement of A328413.
%Y A328414 Cf. also A000010, A002322, A005277, A079695.
%K A328414 nonn
%O A328414 1,1
%A A328414 _Jianing Song_, Oct 14 2019