A217866 Last time n appears in the first differences of n*log(n): A217865.
1, 5, 18, 46, 137, 384, 1059, 2905, 8066, 21883, 59743, 162247, 441824
Offset: 1
Keywords
Examples
2 lasts appears in A217865 at position 5 so a(2)=5.
Programs
-
JavaScript
function lastIndex(arr,k) { p=-1; for (a=1;a
Comments