login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A084373
Numbers k such that smallest digit of k = total number of divisors of k.
1
1, 2, 23, 29, 46, 68, 74, 76, 88, 94, 223, 227, 229, 233, 239, 257, 263, 269, 277, 283, 293, 445, 446, 447, 454, 458, 466, 469, 478, 485, 489, 497, 523, 545, 554, 649, 668, 674, 694, 727, 745, 746, 749, 794, 796, 823, 827, 829, 849, 867, 929, 949, 974, 2237
OFFSET
1,2
LINKS
EXAMPLE
94 is a term because it has 4 divisors [1, 2, 47, 94] and its smallest digit is 4.
MATHEMATICA
Select[Range[3000], DivisorSigma[0, #]==Min[IntegerDigits[#]]&] (* Harvey P. Dale, Nov 26 2014 *)
CROSSREFS
Sequence in context: A208325 A255564 A034843 * A107148 A062653 A208272
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Jun 23 2003
EXTENSIONS
Definition clarified by Harvey P. Dale, Nov 26 2014
STATUS
approved