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 A387196 #21 Aug 29 2025 19:25:04 %S A387196 13,17,19,20,21,25,36,37,45,49,55,91,105,127,169,181,187,247,307,361, %T A387196 391,429,541,577,667,811,937,961,969,1147,1297,1567,1591,1801,1849, %U A387196 1927 %N A387196 Integers k such that 1/k = (1/p - 1/q)*(1/r - 1/s) for distinct primes p < q and r < s. %C A387196 For any prime p, an exhaustive search with primes up to p finds all terms t in the sequence that satisfy t < next_prime(p). %C A387196 If p and p+d are primes with d in {2,6}, then 6*p*(p+d)/d is in the sequence. %C A387196 If p and p+2 are primes, then (p+2)^2 is in the sequence. %C A387196 If p is a prime such that p = (b+1)*(c-1)+1 for some primes b and c with c-b also prime, then p is in the sequence. %e A387196 1/13 = (1/2 - 1/5)*(1/3 - 1/13), %e A387196 1/17 = (1/3 - 1/5)*(1/2 - 1/17), %e A387196 1/20 = (1/2 - 1/3)*(1/2 - 1/5), %e A387196 1/36 = (1/2 - 1/3)*(1/2 - 1/3), %e A387196 1/45 = (1/2 - 1/3)*(1/3 - 1/5). %K A387196 nonn,hard,more,new %O A387196 1,1 %A A387196 _Yuto Tsujino_, Aug 21 2025 %E A387196 a(30)-a(36) from _Hugo Pfoertner_, Aug 23 2025