OFFSET
1,1
COMMENTS
Original definition: Numbers in which all digits are repeated. (This would also include all terms of A033023 (e.g., 1100, 1122, ...) and maybe also 1010, 1212, etc.) - M. F. Hasler, Jun 24 2016
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, -10).
MATHEMATICA
Table[Map[FromDigits@ Table[#, k] &, Range@ 9], {k, 2, 6}] // Flatten (* Michael De Vlieger, Jun 24 2016 *)
PROG
(PARI) A014181(n)=10^((n+17)\9)\9*((n-1)%9+1) \\ See A010785 for a nxt() function. - M. F. Hasler, Jun 24 2016
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Better definition and offset changed to 1 by M. F. Hasler, Jun 24 2016
STATUS
approved