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

A110301
Integers written in base "triangle".
0
0, 1, 2, 21, 22, 32, 321, 322, 332, 432, 4321, 4322, 4332, 4432, 5432, 54321, 54322, 54332, 54432, 55432, 65432, 654321, 654322, 654332, 654432, 655432, 665432, 765432, 7654321, 7654322, 7654332, 7654432, 7655432, 7665432, 7765432, 8765432
OFFSET
0,3
COMMENTS
To convert an integer to base triangle:
Write the integer as a group of ones (6 is shown below).
1 1 1 1 1 1
Iteratively redistribute the leftmost value, adding 1 to each value to its right.
2 1 1 1 1
2 2 1 1
3 2 1
Stop when the leftmost value is greater than the number of values to its right.
CROSSREFS
Sequence in context: A037309 A037315 A359385 * A233135 A322925 A294116
KEYWORD
easy,nonn,base
AUTHOR
Andrew S. Plewe, Sep 07 2005
STATUS
approved