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 A096218 #11 Jul 24 2015 23:12:00 %S A096218 19,29,43,59,73,89,103,127,149,167,193,223,277,317,359,461,509,523, %T A096218 593,643,797,823,877,1019,1123,1153,1297,1327,1367,1409,1493,1543, %U A096218 1559,1613,1667,1753,1777,1811,1847,1877,1993,2099,2203,2293,2309,2411,2503,2609 %N A096218 Primes of the form 3*prime(n) + 2*prime(n+1). %H A096218 Harvey P. Dale, <a href="/A096218/b096218.txt">Table of n, a(n) for n = 1..1000</a> %e A096218 43 is in the sequence because 3*7 + 2*11 = 43. %t A096218 Select[ 3Prime[Range[100]] + 2Prime[Range[2, 101]], PrimeQ[ # ] &] (* _Robert G. Wilson v_, Jul 31 2004 *) %t A096218 Select[3First[#]+2Last[#]&/@Partition[Prime[Range[100]],2,1],PrimeQ] (* _Harvey P. Dale_, Jan 03 2012 *) %Y A096218 Cf. A096902 for values of n. %K A096218 nonn %O A096218 1,1 %A A096218 _Giovanni Teofilatto_, Jul 28 2004 %E A096218 More terms from _Ray Chandler_ and _Robert G. Wilson v_, Jul 31 2004