A291834 First positions of records in A252665.
1, 4, 8, 12, 16, 24, 36, 48, 72, 96, 120, 144, 216, 240, 288, 360, 432, 480, 576, 720, 1080, 1440, 2160, 2520, 2880, 3600, 4320, 5040, 7200, 7560, 8640, 10080, 14400, 15120, 20160, 25200, 30240, 40320, 50400, 60480, 75600, 80640, 90720, 100800, 120960, 151200, 181440
Offset: 1
Keywords
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..76
Programs
-
Mathematica
With[{s = Array[f[#, #, 5] &, 10^4]}, Map[FirstPosition[s, #][[1]] &, Union@ FoldList[Max, s]]]
Comments