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

A095494
a(n) = 51 written in base n.
0
111111111111111111111111111111111111111111111111111, 110011, 1220, 303, 201, 123, 102, 63, 56, 51, 47, 43
OFFSET
1,1
COMMENTS
The next term contains a non-decimal digit.
MATHEMATICA
Flatten[Join[{FromDigits[PadRight[{}, 51, 1]], Table[FromDigits[ IntegerDigits[ 51, n]], {n, 2, 12}]}]] (* Harvey P. Dale, Apr 26 2015 *)
CROSSREFS
Sequence in context: A280419 A292993 A095492 * A246290 A095496 A010034
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 04 2004
STATUS
approved