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 A120875 #29 Nov 14 2015 03:59:23 %S A120875 14,34,142,322,898,1762,3598,5182,10402,11662,19042,22498,32398,36862, %T A120875 39202,51982,57598,72898,79522,97342,121102,176398,186622,213442, %U A120875 272482,324898,359998,381922,412162,435598,656098,675682,685582,736162 %N A120875 Product of twin primes minus 1. %C A120875 This sequence is a subsequence of A023515. %H A120875 Jason Kimberley (using T. Noe's b037074), <a href="/A120875/b120875.txt">Table of n, a(n) for n = 1..10000</a> %F A120875 a(n) = A037074(n)-1 = (A014574(n))^2 -2 = A075369(n)-2. %F A120875 a(n) = 2*A120876(n). - _Jason Kimberley_, Oct 23 2015 %F A120875 a(n) = 36*A002822(n-1)^2-2, for n>1. - _Jason Kimberley_, Oct 23 2015 %F A120875 a(n) = A023515(A107770(n)). - _Jason Kimberley_, Oct 23 2015 %t A120875 Times[#, # + 2] - 1 & /@ Select[Prime@ Range@ 150, PrimeQ[# + 2] &] (* _Michael De Vlieger_, Oct 23 2015 *) %o A120875 (PARI) for(n=1, 200, if(prime(n+1)-prime(n)==2, print1(prime(n)*prime(n+1)-1", "))) \\ _Altug Alkan_, Oct 23 2015 %Y A120875 Cf. A002822, A023515, A037074, A075369, A120876. %K A120875 nonn %O A120875 1,1 %A A120875 _Lekraj Beedassy_, Jul 09 2006