OFFSET
0,1
COMMENTS
Method A = 'frequency' followed by 'digit'-indication.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..21
EXAMPLE
The term after 1711 is obtained by saying "two 1's, one 7, one 1", which gives 211711.
MATHEMATICA
NestList[FromDigits@ Flatten@ Map[Reverse@ Flatten@ Tally[#] &, Split@ Reverse@ IntegerDigits[#]] &, 7, 9] (* Michael De Vlieger, Dec 16 2021 *)
CROSSREFS
KEYWORD
nonn,base,easy,nice
AUTHOR
EXTENSIONS
More terms from Erich Friedman
STATUS
approved