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

A030586
Write n in base 6, then complement each digit (d -> 5-d) and juxtapose.
1
4, 3, 2, 1, 0, 4, 5, 4, 4, 4, 3, 4, 2, 4, 1, 4, 0, 3, 5, 3, 4, 3, 3, 3, 2, 3, 1, 3, 0, 2, 5, 2, 4, 2, 3, 2, 2, 2, 1, 2, 0, 1, 5, 1, 4, 1, 3, 1, 2, 1, 1, 1, 0, 0, 5, 0, 4, 0, 3, 0, 2, 0, 1, 0, 0, 4, 5, 5, 4, 5, 4, 4, 5, 3, 4, 5, 2, 4, 5, 1, 4, 5, 0, 4, 4, 5, 4, 4, 4, 4
OFFSET
1,1
MATHEMATICA
5 - Flatten[IntegerDigits[Range@45, 6]] (* Robert G. Wilson v, Jul 01 2014 *)
CROSSREFS
Sequence in context: A071692 A378371 A307335 * A249345 A070635 A110366
KEYWORD
nonn,base
STATUS
approved