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 A066204 #10 Apr 04 2014 01:37:00 %S A066204 4,3,1,4,8,13,7,14,6,15,5,16,28,41,27,12,28,11,29,10,30,9,31,54,78,53, %T A066204 79,52,24,53,23,54,22,55,21,56,20,57,19,58,18,59,17,60,104,149,103, %U A066204 150,102,151,101,50,102,49,103,48,104,47,105,46,106,45,107,44,108,43,109 %N A066204 a(1) = 4; a(2) = 3; a(3) = 1; for n > 3, a(n) = a(n-1)-(n-1) if this is positive and has not already appeared in the sequence, otherwise a(n) = a(n-1)+(n-1). %H A066204 <a href="/index/Rea#Recaman">Index entries for sequences related to Recamán's sequence</a> %Y A066204 A variant of A005132. A row of the array in A066202. %K A066204 nonn,easy %O A066204 1,1 %A A066204 _N. J. A. Sloane_, Dec 16 2001 %E A066204 More terms from _Vladeta Jovovic_, Dec 16 2001