OFFSET
1,3
COMMENTS
Largest term is 236719458.
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..512
PROG
(Python)
from itertools import combinations
afull = [0] + sorted(int("".join(t)) for d in range(1, 11) for t in combinations("236719458", d))
print(afull[:64]) # Michael S. Branicky, Aug 18 2022
CROSSREFS
KEYWORD
easy,fini,nonn,word,base,full
AUTHOR
Tanya Khovanova, Jan 18 2007
EXTENSIONS
a(47) and beyond from Michael S. Branicky, Aug 18 2022
STATUS
approved