OFFSET
1,2
COMMENTS
If k is in the sequence then 2k is also in the sequence, but the converse is not true.
Also, integers n such that A007733(n) divides n. Also, integers n such that for every odd prime divisor p of n, A007733(p) = A002326((p-1)/2) divides n. Also, integers n such that A000265(n) divides 2^n-1. - Max Alekseyev, Aug 25 2013
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Carmichael Function
MATHEMATICA
Select[Range[500], PowerMod[2, #, # ] == PowerMod[4, #, # ] & ]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 25 2002
EXTENSIONS
Comment and Mathematica program corrected by T. D. Noe, Oct 17 2008
STATUS
approved