OFFSET
1,1
COMMENTS
The term 111....1111 should officially be called the "unary expansion", since in base 1 only the digit 0 may appear.
Terms exist for some bases up to 100. - T. D. Noe, Mar 09 2012
MATHEMATICA
Table[s = IntegerDigits[100, n]; If[Max[s] > 9, -1, FromDigits[s]], {n, 2, 100}] (* T. D. Noe, Mar 09 2012 *)
CROSSREFS
KEYWORD
base,less,sign,fini,full
AUTHOR
Bodo Zinser, Nov 19 2001
EXTENSIONS
Extended by T. D. Noe, Mar 09 2012
Title clarified by Sean A. Irvine, Aug 15 2021
STATUS
approved