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”).

A024657
n written in fractional base 10/2.
3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 220, 221, 222, 223, 224, 225, 226, 227
OFFSET
0,3
COMMENTS
To represent a number in base b, if a digit exceeds b, subtract b and carry 1. In fractional base a/b, subtract a and carry b.
Also numbers which are written the same in base 20/2 as in base 10. The sequence consists of numbers which have digits in {0,2,4,6,8} except that the unit digit can be any from {0,1,2,3,4,5,6,7,8,9} - Henry Bottomley, Nov 17 2000
a(n) = A118761(n+1) for n<50. - Reinhard Zumkeller, May 01 2006
CROSSREFS
KEYWORD
nonn,base
STATUS
approved