login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A132077 Numbers having in decimal representation exactly the same number of distinct digits as number of divisors. 1
1, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 113, 131, 151, 169, 181, 191, 199, 211, 223, 227, 229, 233, 277, 289, 311, 313, 331, 337, 353, 361, 373, 383, 433, 443, 449, 499, 529, 557, 577, 599, 661, 677, 727, 733, 757 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A043537(a(n)) = A000005(a(n)).

LINKS

R. Zumkeller, Table of n, a(n) for n = 1..10000

EXAMPLE

a(2) = 13: #{1,3} = #{1,13};

a(26) = 169: #{1,6,9} = #{1,13,169};

a(74) = 1027: #{0,1,2,7} = #{1,13,79,1027};

a(241) = 2197: #{1,2,7,9} = #{1,13,169,2197};

a(3537) = 28561: #{1,2,5,6,8} = #{1,13,169,2197,28561}.

MATHEMATICA

Select[Range[1000], DivisorSigma[0, #]==Length[Union[IntegerDigits[#]]]&] (* From Harvey P. Dale, May 20 2011 *)

CROSSREFS

Sequence in context: A075761 A046064 A008365 * A034845 A045921 A040136

Adjacent sequences:  A132074 A132075 A132076 * A132078 A132079 A132080

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Aug 09 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 14:37 EST 2012. Contains 205930 sequences.