A347771 Unitary nontotient numbers: values not in range of unitary totient function uphi(n).
5, 9, 11, 13, 17, 19, 21, 23, 25, 27, 29, 33, 34, 35, 37, 38, 39, 41, 43, 45, 47, 49, 50, 51, 53, 55, 57, 59, 61, 65, 67, 68, 69, 71, 73, 74, 75, 76, 77, 79, 81, 83, 85, 86, 87, 89, 91, 93, 94, 95, 97, 98, 99, 101, 103, 105, 107, 109, 110, 111, 113, 114, 115, 117, 118, 119, 121, 122, 123, 125, 129, 131, 133, 134, 135
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[135], Length[invUPhi[#]] == 0 &] (* Amiram Eldar, Apr 01 2023, using the function invUPhi from A361966 *)
-
PARI
A047994(n)=my(f=factor(n)~); prod(i=1, #f, f[1, i]^f[2, i]-1) is(n)=for(k=1,n^2,if(A047994(k)==n,return(0)));1 \\ after A047994
Formula
A361967(a(n)) = 0. - Amiram Eldar, Apr 01 2023
Comments