Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #4 Jul 05 2022 23:38:52
%S 0,1,2,6,3,9,4,12,5,16,7,19,8,23,10,26,11,30,13,33,14,36,15,40,17,43,
%T 18,47,20,50,21,53,22,57,24,60,25,64,27,67,28,70,29,74,31,77,32,81,34,
%U 84,35,88,37,91,38,94,39,98,41,101,42,105,44,108,45,111,46,115,48
%N Inverse of the permutation A355506 (a(n)+1 is at distance >= a(n) from a(n)).
%C A355506(1, ...) is a permutation of the positive integers, or with a(0) = 0, a permutation of the nonnegative integers; the present sequence is the inverse permutation in both cases (i.e., with offset 0 or restricted to offset 1).
%H <a href="/index/Per#IntegerPermutation">OEIS Index to sequences related to permutations of the positive (or nonnegative) integers</a>.
%o (PARI) vecsort(A355506_first(200),,1)[1..100]
%Y Cf. A355506.
%K nonn
%O 0,3
%A _M. F. Hasler_, Jul 05 2022