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 A067533 #29 Mar 16 2025 13:14:43 %S A067533 5,15,27,33,57,93,105,165,177,189,231,237,245,267,275,285,345,375,393, %T A067533 425,453,555,567,573,597,609,637,651,687,723,833,933,1005,1025,1095, %U A067533 1167,1209,1221,1227,1293,1311,1431,1445,1479,1491,1527,1551,1563,1573 %N A067533 Numbers k such that both k - tau(k) and k + tau(k) are prime where tau(k) = A000005(k). %H A067533 Marius A. Burtea, <a href="/A067533/b067533.txt">Table of n, a(n) for n = 1..1128 </a> %e A067533 57 is a term as tau(57) = 4 and 57-4 = 53 and 57+4 = 61 are both primes. %t A067533 Select[Range[2000],With[{t=DivisorSigma[0,#]},AllTrue[#+{t,-t},PrimeQ]&]] (* _Harvey P. Dale_, Mar 16 2025 *) %o A067533 (PARI) isok(n) = my(nd = numdiv(n)); isprime(n-nd) && isprime(n+nd); \\ _Michel Marcus_, Oct 12 2018 %Y A067533 Intersection of A067531 and A067532. %K A067533 easy,nonn %O A067533 1,1 %A A067533 _Amarnath Murthy_, Feb 17 2002 %E A067533 More terms from _Sascha Kurz_, Mar 19 2002 %E A067533 Offset corrected by _Alois P. Heinz_, Oct 10 2018 %E A067533 Name changed by _David A. Corneth_, Oct 12 2018