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

A082492
Integer n expressed in bases from n, n-1, ..., 1.
1
1, 10, 11, 10, 11, 111, 10, 11, 100, 1111, 10, 11, 12, 101, 11111, 10, 11, 12, 20, 110, 111111, 10, 11, 12, 13, 21, 111, 1111111, 10, 11, 12, 13, 20, 22, 1000, 11111111, 10, 11, 12, 13, 14, 21, 100, 1001, 111111111, 10, 11, 12, 13, 14, 20, 22, 101, 1010, 1111111111
OFFSET
1,2
REFERENCES
M. J. Halm, More Sequences, Mpossibilities, April 2003.
LINKS
EXAMPLE
a(6) = 111 because 3 = 1^2+1^1+1^0.
Triangle begins:
n=1: 1; b=1
n=2: 10, 11; b=2,1
n=3: 10, 11, 111; b=3,2,1
n=4: 10, 11, 100, 1111; b=4,3,2,1
CROSSREFS
Cf. A004209.
Sequence in context: A085210 A085213 A085214 * A004053 A077812 A004288
KEYWORD
easy,nonn,base,tabl
AUTHOR
Michael Joseph Halm, Apr 28 2003
STATUS
approved