OFFSET
1,2
COMMENTS
Subsequence of A008590. - Michel Marcus, Nov 28 2014
EXAMPLE
288 = 8*36 is a term containing no digit 9.
The first multiple of 8 that is not here is 96.
PROG
(PARI) lista(nn) = {for (n=0, nn, d = vecsort(digits(m=8*n)); if (!vecsearch(d, 9), print1(m, ", ")); ); } \\ Michel Marcus, Nov 28 2014
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, May 28 2001
EXTENSIONS
More terms from Larry Reeves (larryr(AT)acm.org), May 30 2001
Offset changed to 1 by Michel Marcus, Nov 28 2014
STATUS
approved