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 #50 Jun 16 2022 16:40:05
%S 3,4,5,7,10,11,13,14,15,16,17,19,21,23,25,29,31,33,34,37,41,43,45,46,
%T 49,55,57,61,67,73,79,81,85,89,91,97,109,113,121,127,133,141,145,151,
%U 157,161,169,181,193,201,205,209,211,217,221,225,241,253,261,265,271
%N Number w is in this sequence if every frame w X h, w >= h >= 3, contains more distinct distance quadrilaterals with corners interior to the 4 sides with concurrent diagonals, i.e., both ascending or both descending, than non-concurrent diagonals, or equivalently A353450(w,h) >= A353449(w,h).
%C It is conjectured that this sequence is a subsequence A160007 except for the small terms <= 46 (verified for all w < 661). The example section depicts the way this sequence matches the irregular pattern of A160007. Numbers w > 100 were computed by _Hugo Pfoertner_.
%C w = 617 is one of the rare occurrences of remainder 17 mod 60 in A160007, and it is also in this sequence. One might suspect that there would be less and less hits, but the time-consuming computation successfully countered the intuition.
%H Rainer Rosenthal, <a href="/A353448/b353448.txt">Table of n, a(n) for n = 1..96</a>
%H Hugo Pfoertner, <a href="https://oeis.org/plot2a?name1=A225730&name2=A353448&tform1=untransformed&tform2=untransformed&shift=0&radiop1=matp&drawpoints=true">Comparison to A225730</a>, using Plot 2.
%e .
%e w = 5 is in this sequence:
%e .
%e 5 | . . . C .
%e 4 | . . C . . 4 | . . w = 5 is in this sequence because all
%e 3 | . B 3 | . B quadrilaterals in (5,4) and (5,5)
%e 2 | D . 2 | D . shown in the example section of A353450
%e 1 | . A . . . 1 | . A . . . have concurrent diagonals.
%e y /---------- y /----------
%e x 1 2 3 4 5 x 1 2 3 4 5
%e .
%e w = 6 is *not* in this sequence:
%e .
%e 4 | . . . C . . w = 6 is not in this sequence because of the single
%e 3 | D . quadrilateral in (6,4) shown in the example section
%e 2 | . B of A353449. Diagonal AC is rising while diagonal DB
%e 1 | . A . . . . is falling (non-concurrent diagonals).
%e y /------------ There is no (6,4) quadrilateral with all distances
%e x 1 2 3 4 5 6 distinct and with concurrent diagonals!
%e .
%e 123456789012345678901234567890123456789012345678901234567890
%e 1 - 60 ::: x :: x:::: x x : x x x :: x x x :: x x x
%e 61 - 120 x x . x x x x x x x . . . x x .
%e 121 - 180 x x x . x x x x x . x . .
%e 181 - 240 x . x . . x x x x x x . x . .
%e 241 - 300 x . x . x x x . . x . x .
%e 301 - 360 x . . . x . x x . x . . . . . .
%e 361 - 420 x . . . . x . x x . x x . x . .
%e 421 - 480 x . x . x . . . x . x . x . .
%e 481 - 540 x . . . . . . x . . x . x . .
%e 541 - 600 x . . . . . x . . . x . . x .
%e 601 - 660 x . . x x . . x x . x . . x . .
%e .
%e Legend:
%e "x" marks numbers w belonging to this sequence and to A160007.
%e ":" marks numbers w belonging to this sequence only.
%e "." marks numbers w belonging to A160007 only.
%Y Cf. A160007, A353532 ("all tetrapods"), A353449 ("unisense"), A353450 ("contrasense").
%Y Cf. A225730 (has many terms in common when 1 is added, see also comparison plot).
%K nonn
%O 1,1
%A _Rainer Rosenthal_, May 22 2022