OFFSET
1,1
COMMENTS
This is another sequence of "self-describing" numbers.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
EXAMPLE
Reading 1016 as "one 0, one 6", it states correctly that it contains one 0 and one 6.
MATHEMATICA
A059504Q = Module[{i = IntegerDigits@#}, EvenQ@Length@i && SubsetQ[Reverse /@ Tally@i, Partition[i, 2]]] &; Select[Range@1419, A059504Q] (* JungHwan Min, Jan 15 2017 *)
CROSSREFS
KEYWORD
base,nonn,word,nice
AUTHOR
Floor van Lamoen, Jan 19 2001
EXTENSIONS
More terms from Jud McCranie, Aug 13 2005
STATUS
approved