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 A070043 #18 Jan 24 2018 03:32:34 %S A070043 8,15,22,28,29,36,41,43,50,54,57,60,64,67,71,78,79,80,85,92,93,98,99, %T A070043 104,106,113,117,119,120,127,129,132,134,136,141,145,148,154,155,158, %U A070043 160,162,169,171,174,176,179,183,184,190,191,193,197,204,210,211,212 %N A070043 Numbers of the form 6*j*k+j+k for positive integers j and k. %C A070043 Equivalently, numbers r such that 6*r+1 has a nontrivial factor == 1 (mod 6). %C A070043 These numbers, together with numbers of the form 6*j*k-j-k (A070799) are the numbers s for which 6*s+1 is composite (A046954). If we also add in the numbers of the form 6*j*k+j-k (A046953), we get the numbers t such that 6*t-1 and 6*t+1 do not form a pair of twin primes (A067611). %C A070043 If N is the set of natural numbers, then the set N-{A070043 U A070799} are the numbers k that make 6*k+1 prime. - _Pedro Caceres_, Jan 22 2018 %H A070043 Vincenzo Librandi, <a href="/A070043/b070043.txt">Table of n, a(n) for n = 1..9000</a> %e A070043 41 = 6*2*3 + 2 + 3. Equivalently, 6*41+1 = (6*2+1)*(6*3+1). %t A070043 Select[Range[250], MemberQ[Mod[Take[Divisors[6#+1], {2, -2}], 6], 1]&] %Y A070043 Cf. A070799, A046953, A046954, A067611. %K A070043 nonn %O A070043 1,1 %A A070043 _Jon Perry_, May 05 2002 %E A070043 Edited by _Dean Hickerson_ and _Vladeta Jovovic_, May 07 2002