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.
%I A153381 #15 Sep 08 2022 08:45:39 %S A153381 1,2,3,4,5,7,8,9,10,11,13,14,15,17,18,19,20,21,22,23,25,26,27,29,30, %T A153381 31,32,33,35,37,38,39,40,41,43,44,45,46,47,48,49,50,51,53,55,56,57,59, %U A153381 60,61,62,63,65,66,67,68,69,70,71,73,74,75,76,77,79,80,81,83,85,86,87,88 %N A153381 Numbers n such that 11*n+5 is not prime. %H A153381 Vincenzo Librandi, <a href="/A153381/b153381.txt">Table of n, a(n) for n = 1..1000</a> %e A153381 Distribution of the even terms in the following triangular array: %e A153381 *; %e A153381 *,*; %e A153381 *,*,4; %e A153381 2,*,*,*; %e A153381 *,*,*,*,*; %e A153381 *,*,*,*,*,*; %e A153381 *,*,*,*,*,*,20; %e A153381 *,*,*,*,*,*,*,*,; %e A153381 *,*,*,*,*,22,*,*,*; %e A153381 *,*,*,*,*,*,*,32,*,*; %e A153381 *,10,*,*,*,*,*,*,*,*,*; %e A153381 *,*,*,20,*,*,*,*,*,*,*,*; %e A153381 *,*,*,*,*,*,*,*,*,*,56,*,*: %e A153381 *,*,18,*,*,*,*,*,*,*,*,*,*,76; %e A153381 8,*,*,*,*,*,*,*,*,*,*,70,*,*,*; etc. %e A153381 where * marks the non-integer values of (4*h*k + 2*k + 2*h - 4)/11 with h >= k >= 1. - _Vincenzo Librandi_, Jan 17 2013 %t A153381 Select[Range[0, 200], !PrimeQ[11 # + 5] &] (* _Vincenzo Librandi_, Jan 13 2013 *) %o A153381 (Magma) [n: n in [0..150] | not IsPrime(11*n+5)]; // _Vincenzo Librandi_, Jan 13 2013 %Y A153381 Cf. A108233. %K A153381 nonn,easy %O A153381 1,2 %A A153381 _Vincenzo Librandi_, Dec 25 2008 %E A153381 Erroneous comment deleted by _N. J. A. Sloane_, Jun 23 2010