OFFSET
0,24
COMMENTS
See A248625 for more information, links and examples.
PROG
(PARI) a=[]; for(n=1, 190, a=concat(a, 0); while(hasAP(a, 5), a[#a]++)); a \\ See A248625 for hasAP(). Use concat(a, 1) for the "positive integer" variant.
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler, Oct 10 2014
STATUS
approved