Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #23 Mar 07 2020 13:50:20
%S 1,2,3,6,7,8,9,12,14,16,17,18,19,22,23,24,25,28,30,32,33,35,36,37,39,
%T 41,44,45,46,47,48,51,52,53,55,57,60,61,62,63,65,66,68,70,72,73,74,76,
%U 79,81,82,83,84,87,88,89,92,93,94,96,97,98,100,103,105,106,107,109,110,112,114,115,118,119
%N Indices of Greedy Queens (see A065188) on or above the main diagonal.
%C The word "above" in the definition is somewhat ambiguous. More precisely, this is the list of n such that A065188(n) >= n.
%C If one looks at the graph of A065188, the points appear to lie roughly on two lines, of slopes phi (the golden ratio) and 1/phi. The points in the present sequence appear to fall on the line of slope phi. That is, it is appears that A065188(a(n))/a(n) -> phi as n -> oo.
%H N. J. A. Sloane, <a href="/A275884/b275884.txt">Table of n, a(n) for n = 1..30901</a>
%H F. Michel Dekking, Jeffrey Shallit, and N. J. A. Sloane, <a href="https://www.combinatorics.org/ojs/index.php/eljc/article/view/v27i1p52/8039">Queens in exile: non-attacking queens on infinite chess boards</a>, Electronic J. Combin., 27:1 (2020), #P1.52.
%Y Cf. A065188, A275894 (another version). Complement of A199134.
%Y For runs see A275885, A275886.
%K nonn
%O 1,2
%A _N. J. A. Sloane_, Aug 18 2016