OFFSET
0,2
COMMENTS
Note: Start indexing from n=1 if you want just composite numbers. a(0)=1 is the only nonprime, noncomposite in this list.
LINKS
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define A235036 (MATCHING-POS 0 1 (lambda (n) (and (not (prime? n)) (equal? (ifactor n) (GF2Xfactor n))))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 02 2014
STATUS
approved