%I #16 Sep 08 2022 08:45:39
%S 7,11,14,17,19,20,23,24,26,29,31,32,34,35,38,39,41,44,45,47,49,50,52,
%T 53,54,56,59,62,64,65,66,67,68,69,71,73,74,77,78,79,80,83,84,86,87,89,
%U 91,92,94,95,98,99,100,101,104,107,108,109,110,111,113,114,115,116
%N Numbers n such that 2*n - 13 is not a prime.
%C All entries of A163672 are in the sequence because 2*A163672(n,m)-13 = (2n+1)(2m+1) is not prime. - _R. J. Mathar_, Jan 05 2011
%H Vincenzo Librandi, <a href="/A153049/b153049.txt">Table of n, a(n) for n = 1..1000</a>
%e Distribution of a(n) > 7 in the following triangular array:
%e 11;
%e 14,19;
%e 17,24,31;
%e 20,29,38,47;
%e 23,34,45,56,67;
%e 26,39,52,65,78,91;
%e 29,44,59,74,89,104,119;
%e 32,49,66,83,100,117,134,151;
%e 35,54,73,92,111,130,149,168,187;
%e 38,59,80,101,122,143,164,185,206,227;
%e 41,64,87,110,133,156,179,202,225,248,271;
%e 44,69,94,119,144,169,194,219,244,269,294,319; etc.
%e which is obtained by (2*h*k + k + h + 7) with h >= k >= 1. - _Vincenzo Librandi_, Jan 15 2013
%t Select[Range[7, 200],!PrimeQ[2 # - 13] &] (* _Vincenzo Librandi_, Oct 15 2012 *)
%o (Magma) [n: n in [7..120] | not IsPrime(2*n - 13)]; // _Vincenzo Librandi_, Oct 15 2012
%Y Cf. A097363, A163672.
%K nonn,easy
%O 1,1
%A _Vincenzo Librandi_, Dec 17 2008