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 A268934 #5 Feb 17 2016 17:26:04 %S A268934 0,1,3,2,7,6,4,5,19,11,14,12,8,10,13,9,27,35,38,36,32,34,37,33,20,22, %T A268934 17,21,31,15,18,16,43,51,54,52,48,50,53,49,68,70,65,69,47,63,66,64,28, %U A268934 30,25,29,55,23,26,24,67,59,62,60,56,58,61,57,75,83,86,84,80,82,85,81,100,102,97,101,79,95,98,96,124 %N A268934 Permutation of nonnegative integers: a(0) = 0, for n >= 1, a(n) = 1 + A268832(A268718(n)-1). %C A268934 The seventh "shifted power" of A268718. %H A268934 Antti Karttunen, <a href="/A268934/b268934.txt">Table of n, a(n) for n = 0..8191</a> %H A268934 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %F A268934 a(0) = 0, for n >= 1, a(n) = 1 + A268832(A268718(n)-1). %o A268934 (Scheme) (define (A268934 n) (if (zero? n) n (+ 1 (A268832 (+ -1 (A268718 n)))))) %Y A268934 Cf. A003188, A006068, A268718, A268832. %Y A268934 Inverse: A268933. %Y A268934 Row 7 of A268830. %K A268934 nonn %O A268934 0,3 %A A268934 _Antti Karttunen_, Feb 16 2016