cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A102569 Inverse permutation to A102568.

This page as a plain text file.
%I A102569 #9 May 03 2023 14:25:19
%S A102569 1,2,4,3,5,6,8,9,11,12,14,7,15,16,18,10,19,20,22,13,23,24,26,27,29,30,
%T A102569 32,17,33,34,36,37,39,40,42,21,43,44,46,47,49,50,52,25,53,54,56,28,57,
%U A102569 58,60,31,61,62,64,65,67,68,70,35,71,72,74,38,75,76,78,41,79,80,82,83
%N A102569 Inverse permutation to A102568.
%C A102569 A102571(n) = a(a(n)).
%H A102569 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%t A102569 nt = 100; (* number of output terms *)
%t A102569 nmax = 150; (* needed length of A102568 *)
%t A102569 A102568 = Nest[Append[#, If[#[[-1]] == #[[-2]]+1, 2 #[[-1]], Min[Complement[Range[Max[#]+1], #]]]]&, {1, 2}, nmax];
%t A102569 Do[a[A102568[[n]]] = n, {n, 1, nmax}];
%t A102569 Table[a[n], {n, 1, nt}] (* _Jean-François Alcover_, May 03 2023, after _Ivan Neretin_ for A102568 *)
%K A102569 nonn
%O A102569 1,2
%A A102569 _Reinhard Zumkeller_, Jan 15 2005