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 A065037 #25 Dec 12 2020 05:24:19 %S A065037 1,2,3,5,7,4,9,6,11,8,13,15,17,10,19,21,23,12,25,27,29,14,31,16,33,18, %T A065037 35,37,39,20,41,22,43,24,45,47,49,26,51,28,53,30,55,57,59,32,61,63,65, %U A065037 34,67,69,71,36,73,38,75,40,77,79,81,42,83,85,87,44,89,91,93,46,95,48 %N A065037 Inverse permutation to A036552. %H A065037 Reinhard Zumkeller, <a href="/A065037/b065037.txt">Table of n, a(n) for n = 1..10000</a> %H A065037 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a> %F A065037 a(2n+1) - a(2n-1) = 2*A091297(2n-1) + 2. - _Philippe Deléham_, Feb 24 2004 %F A065037 From _Philippe Deléham_, Feb 24 2004: (Start) %F A065037 a(2n) < a(2n+2) if a(2n+1) - a(2n-1) = 2; %F A065037 a(2n) > a(2n+2) if a(2n+1) - a(2n-1) = 4. %F A065037 a(n) = a(n+1) - 2 = a(n-1) + 2 iff n = 2*A036554(k) = 4*A003159(k). (End) %o A065037 (Haskell) %o A065037 import Data.List (elemIndex) %o A065037 import Data.Maybe (fromJust) %o A065037 a065037 = (+ 1) . fromJust . (`elemIndex` a036552_list) %o A065037 -- _Reinhard Zumkeller_, Jan 08 2013 %Y A065037 Cf. A036552, A003159, A036554, A091297. %K A065037 nonn,easy %O A065037 1,2 %A A065037 _N. J. A. Sloane_, Nov 05 2001 %E A065037 More terms from _Naohiro Nomoto_, Nov 22 2001 %E A065037 Incorrect equation removed from a formula by _Peter Munn_, Dec 11 2020