A344029 Numbers included in A343983 but not in A074583.
72, 2025, 78447, 5922181, 84238825, 1141011175
Offset: 1
Examples
If n is in A074583, n can be expressed as n = p^e (p>=e) using the prime p. On the other hand, the terms of this sequence are factorized as follows. 72 = 2^3 * 3^2. 2025 = 3^4 * 5^2. 78447 = 3 * 79 * 331. 5922181 = 71 * 239 * 349. 84238825 = 5^2 * 11 * 17 * 37 * 487.
Programs
-
PARI
isok(n) = my(f=factor(n)); sumdiv(n, d, Mod(d, n)^d)==1 && n>1 && !(#f~==1 && f[1, 1]>=f[1, 2]);
Extensions
a(6) from Seiichi Manyama, Aug 01 2023
Comments