OFFSET
1,1
COMMENTS
Or numbers m such that A000010(A000203(m)) = A002322(A008472(m)), where phi is the Euler totient function and lambda is Carmichael's function.
Properties of the sequence:
(1) for n > 1, it seems that a(n) = 2*A078883(n) = 2*(Lesser member p of a twin prime pair such that p+1 is 3-smooth).
(2) {a(n)} is included in {A282515(n)}.
(3) for n > 2, a(n)/2 is a prime number congruent to 5 mod 6.
EXAMPLE
MATHEMATICA
Select[Range[10^6], EulerPhi@ DivisorSigma[1, #] == CarmichaelLambda[Total@ FactorInteger[#][[All, 1]]] &]
PROG
(PARI)
lambda(n) = lcm(znstar(n)[2]); \\ after Charles R Greathouse IV in A002322
sopf(n) = vecsum(factor(n)[, 1])
isok(n) = eulerphi(sigma(n)) == lambda(sopf(n)) \\ Indranil Ghosh, Mar 22 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Mar 22 2017
STATUS
approved