cp's OEIS Frontend

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.

A080034 a(n) is taken to be the smallest positive integer not already present which is consistent with the condition "n is a member of the sequence if and only if a(n) is congruent to 3 mod 4".

This page as a plain text file.
%I A080034 #10 Sep 27 2016 21:09:36
%S A080034 1,3,4,7,11,6,15,19,9,23,12,27,31,14,35,39,17,43,20,47,51,22,55,59,25,
%T A080034 63,28,67,71,30,75,79,33,83,36,87,91,38,95,99,41,103,44,107,111,46,
%U A080034 115,119,49,123,52,127,131,54,135,139,57,143,60,147,151,62,155,159,65,163
%N A080034 a(n) is taken to be the smallest positive integer not already present which is consistent with the condition "n is a member of the sequence if and only if a(n) is congruent to 3 mod 4".
%H A080034 B. Cloitre, N. J. A. Sloane and M. J. Vandermast, <a href="http://www.cs.uwaterloo.ca/journals/JIS/index.html">Numerical analogues of Aronson's sequence</a>, J. Integer Seqs., Vol. 6 (2003), #03.2.2.
%H A080034 B. Cloitre, N. J. A. Sloane and M. J. Vandermast, <a href="http://arXiv.org/abs/math.NT/0305308">Numerical analogues of Aronson's sequence</a> (math.NT/0305308)
%F A080034 From _Chai Wah Wu_, Sep 27 2016: (Start)
%F A080034 a(n) = 2*a(n-8) - a(n-16) for n > 15.
%F A080034 G.f.: (x^15 + 5*x^14 + 2*x^13 + 9*x^12 + 13*x^11 + 4*x^10 + 17*x^9 + 7*x^8 + 19*x^7 + 15*x^6 + 6*x^5 + 11*x^4 + 7*x^3 + 4*x^2 + 3*x + 1)/(x^16 - 2*x^8 + 1). (End)
%Y A080034 Equals A080033(n+1)-1.
%K A080034 easy,nonn
%O A080034 0,2
%A A080034 _N. J. A. Sloane_, Mar 14 2003
%E A080034 More terms from _Matthew Vandermast_, Mar 23 2003