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”).
%I #6 Sep 24 2016 10:50:24
%S 1,4,2,3,5,12,6,16,7,8,9,18,10,22,11,13,14,15,17,19,20,21,23,48,24,52,
%T 25,26,27,60,28,64,29,30,31,66,32,70,33,34,35,36,37,38,39,40,41,72,42,
%U 76,43,44,45,84,46,88,47,49,50,90,51,94,53,54,55,56,57,58,59,61,62,96,63,100,65,67,68,108,69,112,71,73
%N Permutation of natural numbers: a(A153880(n)) = A255411(n), a(A273670(n)) = A256450(n).
%H Antti Karttunen, <a href="/A276957/b276957.txt">Table of n, a(n) for n = 1..10079</a>
%H <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a>
%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%F If A276950(n) = 0, then a(n) = A255411(A266193(n)), otherwise a(n) = A256450(A273663(n)).
%o (Scheme) (define (A276957 n) (cond ((zero? n) n) ((zero? (A276950 n)) (A255411 (A266193 n))) (else (A256450 (A273663 n)))))
%Y Inverse: A276958.
%Y Cf. A276950, A255411, A256450, A266193, A273663.
%Y For more recursed variants see: A275845, A275847 & A273667.
%K nonn,base
%O 1,2
%A _Antti Karttunen_, Sep 22 2016