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.

A283767 Numbers k such that U(k) is even, where U = A001950 = upper Wythoff sequence.

This page as a plain text file.
%I A283767 #4 Mar 17 2017 22:03:16
%S A283767 1,4,7,8,10,11,13,14,17,20,21,23,24,26,27,30,33,36,37,39,40,43,46,49,
%T A283767 50,52,53,56,59,62,63,65,66,68,69,72,75,76,78,79,81,82,85,88,91,92,94,
%U A283767 95,98,101,104,105,107,108,111,114,117,118,120,121,123,124
%N A283767 Numbers k such that U(k) is even, where U = A001950 = upper Wythoff sequence.
%C A283767 Complement of A283768.
%H A283767 Clark Kimberling, <a href="/A283767/b283767.txt">Table of n, a(n) for n = 1..10000</a>
%F A283767 a(n+1) - a(n) is in {1,2,3} for every n.
%t A283767 r = GoldenRatio^2; z = 250; t = Table[Floor[n*r], {n, 1, z}]; u = Mod[t, 2];
%t A283767 Flatten[Position[u, 0]]  (* A283767 *)
%t A283767 Flatten[Position[u, 1]]  (* A283768 *)
%Y A283767 Cf. A001950, A001622, A283765, A283768.
%K A283767 nonn,easy
%O A283767 1,2
%A A283767 _Clark Kimberling_, Mar 17 2017