OFFSET
1,2
COMMENTS
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
36 is in the sequence because:
sigma(lambda(36)) = sigma(6) = 12,
lambda(sigma(36)) = lambda(91) = 12.
MAPLE
with(numtheory): for n from 1 to 20000 do:if sigma(lambda(n))=lambda(sigma(n))then
printf(`%d, `, n):else fi:od:
MATHEMATICA
Cases[Range[20000], k_ /; DivisorSigma[1, CarmichaelLambda[k]] == CarmichaelLambda[DivisorSigma[1, k]]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Lagneau, Nov 26 2010
EXTENSIONS
Name edited by Michel Marcus, Mar 18 2016
STATUS
approved