OFFSET
1,1
PROG
(Python) # uses imports, functions in A194943
from itertools import count, islice
def agen(r=-1): # generator of terms
yield from (k for k in count(2) if (v:=A194943(k)) > r and (r:=v))
print(list(islice(agen(), 20))) # Michael S. Branicky, May 18 2023
CROSSREFS
KEYWORD
nonn,more
AUTHOR
R. J. Mathar, May 05 2023
EXTENSIONS
a(28)-a(42) from Michael S. Branicky, May 18 2023
STATUS
approved