login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A079374
Where records occur in A079372.
2
1, 2, 4, 7, 8, 12, 30, 32, 41, 237, 238, 497, 688, 1080, 1544, 1619, 2757, 3187
OFFSET
1,2
COMMENTS
RECORDS transform of A079372.
LINKS
MATHEMATICA
A079372 = Cases[Import["https://oeis.org/A079372/b079372.txt", "Table"], {_, _}][[All, 2]];
a = {}; l = 0;
For[i = 1, i <= Length[A079372], i++,
If[A079372[[i]] > l, l = A079372[[i]]; AppendTo[a, i]]];
a (* Robert Price, Mar 14 2020 *)
CROSSREFS
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Feb 16 2003
EXTENSIONS
a(10) - a(18) from Nathaniel Johnston, Apr 25 2011
STATUS
approved