A090335 Smallest number with exactly n distinct prime factors such that in binary representation the divisors >1 form a prefix code.
1, 2, 33, 2093, 239723, 29918977, 17597346187, 17155385292853, 10633323942990239, 15790705299133143889
Offset: 1
Examples
a(3) = 2093 = 7*13*23 with divisors >1: 7, 13, 23, 91, 161, 299 and 2093, which are prefix-free in binary: 111, 1101, 10111, 1011011, 10100001, 100101011 and 100000101101.
Extensions
More terms from David Wasserman, Dec 13 2005
Comments