%I #9 Apr 10 2024 09:17:35
%S 0,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,30,38,59,62,137,141,144,192,
%T 201,208,213,230,242,305,315,391,413,433,435,452,468,473,625,697,780,
%U 794,995,1124,1171,1224,2049,2275,2791,3179,3440,3672,3939,19447,19854,20014
%N Indices of records in A370748.
%C A370748(a(88)) is the first occurrence of the highest possible term in A370748.
%H Michael S. Branicky, <a href="/A371864/b371864.txt">Table of n, a(n) for n = 1..88</a>
%o (Python) # uses imports, functions in A370748
%o def agen(): # generator of terms
%o record = -1
%o for i, v in enumerate(A370748gen()):
%o if v > record:
%o idx, record = i, v
%o yield idx
%o print(list(islice(agen(), 56))) # _Michael S. Branicky_, Apr 09 2024
%Y Cf. A370748, A371863 (records).
%K nonn,base,fini,full
%O 1,2
%A _Michael S. Branicky_, Apr 09 2024