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 A071699 #29 Mar 23 2023 04:41:37 %S A071699 5,13,61,73,109,181,193,229,241,313,349,421,433,601,661,829,1021,1033, %T A071699 1093,1153,1321,1429,1453,1489,1609,1621,1669,1789,1873,1933,2029, %U A071699 2089,2113,2269,2341,2593,2689,2713,3001,3121,3169,3253,3301 %N A071699 Greater members of twin prime pairs of form (4*k+3, 4*k+5), k >= 0. %C A071699 Corresponding lesser members: A071698(n). %H A071699 Reinhard Zumkeller, <a href="/A071699/b071699.txt">Table of n, a(n) for n = 1..10000</a> %F A071699 a(n) = 2*A241557(n+1) + 1. - _Hilko Koning_, Nov 06 2019 %t A071699 #+2&/@Select[4Range[0,850]+3,PrimeQ[#]&&PrimeQ[#+2]&] (* _Harvey P. Dale_, Aug 24 2011 *) %o A071699 (Haskell) %o A071699 a071699 n = a071699_list !! (n-1) %o A071699 a071699_list = [x | x <- [5, 9 ..], a010051' x == 1, a010051' (x-2) == 1] %o A071699 -- _Reinhard Zumkeller_, Aug 05 2014 %o A071699 (Magma) [4*(k+1)+1:k in [0..1000]|IsPrime(4*k+3) and IsPrime(4*k+5)]; // _Marius A. Burtea_, Nov 06 2019 %Y A071699 Cf. A071696, A071698, A071700. %Y A071699 Cf. A010051, subsequence of A016813. %Y A071699 Intersection of A006512 and A002144. %K A071699 nonn %O A071699 1,1 %A A071699 _Reinhard Zumkeller_, Jun 04 2002