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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031955 Numbers n such that number of distinct base 10 digits is 2. 4
10, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 110, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 131, 133, 141, 144, 151, 155, 161, 166 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

A043537(a(n)) = 2. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 03 2009]

LINKS

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

PROG

(Haskell)

a031955 n = a031955_list !! (n-1)

a031955_list = filter ((== 2) . a043537) [0..]

-- Reinhard Zumkeller, Feb 05 2012

CROSSREFS

Cf. A043638. Different from A029742.

Cf. A101594.

Sequence in context: A109394 A139704 A139819 * A029742 A043638 A102357

Adjacent sequences:  A031952 A031953 A031954 * A031956 A031957 A031958

KEYWORD

nonn,base,changed

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 17 14:19 EST 2012. Contains 206038 sequences.