login
A182687
a(n) = the smallest 1-digit number with exactly n divisors, a(n) = 0 if no such number exists.
1
1, 2, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
OFFSET
1,2
FORMULA
A000005(a(n)) = n for n <= 4.
4 = max n such that a(n) > 0, a(n) = 0 for n > 4.
CROSSREFS
Cf. A182688.
Sequence in context: A066684 A328784 A128124 * A141062 A131806 A004518
KEYWORD
nonn,base,less
AUTHOR
Jaroslav Krizek, Nov 27 2010
STATUS
approved