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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023800 Xenodromes: all digits in base 5 are different. 5
0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 27, 28, 29, 35, 38, 39, 40, 42, 44, 45, 47, 48, 51, 53, 54, 55, 58, 59, 65, 66, 69, 70, 71, 73, 76, 77, 79, 80, 82, 84, 85, 86, 89, 95, 96, 97, 101, 102, 103, 105, 107, 108, 110, 111, 113 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 1..261 (full sequence)

MAPLE

A023800 := proc(n) option remember: local d, j, k, inseq: if(n=1)then return 0:fi: for k from procname(n-1)+1 do d:=convert(k, base, 5): inseq:=true: for j from 0 to 4 do if(numboccur(d, j)>=2)then inseq:=false:break: fi: od: if(inseq)then return k: fi: od: end: seq(A023800(n), n=1..66); # Nathaniel Johnston, May 17 2011

CROSSREFS

Cf. A023798 - A023810.

Sequence in context: A037918 A043091 A031943 * A088725 A094520 A136447

Adjacent sequences:  A023797 A023798 A023799 * A023801 A023802 A023803

KEYWORD

nonn,base,fini,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

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 15 07:18 EST 2012. Contains 205702 sequences.