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”).

Permutation of natural numbers: a(n) = A249824(A249825(n)).
5

%I #7 Dec 18 2014 02:04:26

%S 1,2,3,4,5,6,7,8,10,11,13,14,15,9,16,18,20,21,23,24,12,25,27,28,19,30,

%T 33,34,35,36,37,22,17,38,43,29,44,46,26,47,50,51,32,53,55,41,56,58,60,

%U 31,61,64,65,66,39,40,67,49,48,71,75,76,77,78,80,63,81,45,84,52,86,88,90,91,93,94,62,57,95,70,69,98,103,104,105,54,74,72,106,111,68,42

%N Permutation of natural numbers: a(n) = A249824(A249825(n)).

%H Antti Karttunen, <a href="/A250475/b250475.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%F a(n) = A249824(A249825(n)).

%o (Scheme) (define (A250475 n) (A249824 (A249825 n)))

%Y Inverse: A250476.

%Y Row 3 of A251721.

%Y Cf. A249824, A249825.

%K nonn

%O 1,2

%A _Antti Karttunen_, Dec 07 2014