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 A130320 #8 Nov 10 2013 03:09:11 %S A130320 1,2,4,6,10,16,18,22,34,40,56,64,66,74,78,86,130,142,148,160,216,232, %T A130320 240,256,258,274,282,298,302,318,326,342,514,538,550,574,580,604,616, %U A130320 640,856,888,904,936,944,976,992,1024,1026,1058,1074,1106,1114,1146,1162,1194,1198 %N A130320 Given n numbers n>(n-1)>(n-2)>...>2>1, adding the first and last numbers leads to the identity n+1 = (n-1)+2 = (n-2)+3 = ... In case if some positive x_1, x_2, ... are added to n, (n-1) etc, the strict inequality could be retained. This could be repeated finitely many times till it ends in inequality of form M > N where M-N is minimal. This sequence gives the value of M for different n. %C A130320 Apparently contains 2^(2k+1) and 2^k+2. - _Ralf Stephan_, Nov 10 2013 %H A130320 Ramasamy Chandramouli, <a href="/A130320/b130320.txt">Table of n, a(n) for n = 1..17000</a> %F A130320 For n of form 2^k, we have a(n) = 4a(n-1) - 2 with a(1) = 2. For n of form 2^k + 2^(k-1), a(n) = 4a(n-1) with a(1) = 4. %e A130320 a(5) = 10 because we have 5 > 4 > 3 > 2 > 1. %e A130320 To follow a strict inequality we would have 5 + x > 4 + y > 3 > 2 > 1, where x >= 0, y >= 0. %e A130320 The next level of inequality gives 1 + 5 + x > 2 + 4 + y > 3. This implies x > y. %e A130320 Continuing with next level gives 3 + 6 + x > 6 + y. This gives x = 1, y = 0. %e A130320 Hence 10 > 6 giving a(5) = 10. %K A130320 nonn,uned,obsc %O A130320 1,2 %A A130320 _Ramasamy Chandramouli_, May 23 2007