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.
%I A275846 #7 Aug 13 2016 11:09:28 %S A275846 0,1,3,5,2,9,4,15,7,21,11,29,6,17,41,10,8,23,12,57,16,13,14,33,18,77, %T A275846 22,19,20,45,25,101,31,27,28,63,35,129,43,39,40,87,47,165,59,53,55, %U A275846 111,24,65,213,81,26,71,75,141,34,89,269,105,30,37,95,99,32,183,36,46,113,341,38,135,48,42,51,119,50,125,44,231,49,64,143,431,54,52 %N A275846 Permutation of natural numbers: a(0) = 0, a(A255411(n)) = A153880(n), a(A256450(n)) = A273670(a(n)). %H A275846 Antti Karttunen, <a href="/A275846/b275846.txt">Table of n, a(n) for n = 0..5039</a> %H A275846 <a href="/index/Fa#facbase">Index entries for sequences related to factorial base representation</a> %H A275846 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %F A275846 a(0) = 0; for n >= 1: if A257680(n) = 0 [when n is one of the terms of A255411] then a(n) = A153880(A257684(n)), otherwise [when n is one of the terms of A256450], a(n) = A273670(a(A273662(n))). %o A275846 (Scheme, with memoization-macro definec) %o A275846 (definec (A275846 n) (cond ((zero? n) n) ((zero? (A257680 n)) (A153880 (A257684 n))) (else (A273670 (A275846 (A273662 n)))))) %Y A275846 Inverse: A275845. %Y A275846 Cf. A153880, A255411, A256450, A257680, A257684, A273662, A273670. %Y A275846 Similar permutations: A273668 (a more recursed variant), A275847, A275848. %K A275846 nonn,base %O A275846 0,3 %A A275846 _Antti Karttunen_, Aug 13 2016