login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203814 Number of numbers <= n having as many distinct digits as n has. 1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 11, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 13, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 14, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 15, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 16, 52, 53 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
a(9) = #{0, 1, 2, 3, 4, 5, 6, 7, 8, 9} = 10;
a(10) = #{10} = 1;
a(11) = #{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11} = 11;
a(12) = #{10, 12} = 2.
PROG
(Haskell)
a203814 n = length [x | x <- [0..n], a043537 x == a043537 n]
CROSSREFS
Cf. A043537.
Sequence in context: A274206 A214949 A067453 * A346393 A360074 A280505
KEYWORD
nonn,base,look
AUTHOR
Reinhard Zumkeller, Jan 06 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 17:51 EDT 2024. Contains 371797 sequences. (Running on oeis4.)