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 A068526 #15 Aug 22 2016 11:59:48 %S A068526 1,2,3,5,6,7,8,13,14,17,18,22,24,27,32,38,41,43,65,76,80,83,85,89,93, %T A068526 95,109,113,122,128,134,135,143,155,159,164,173,180,183,186,188,213, %U A068526 226,235,237,243,245,246,247,248,249,254,275,277,284,287,292,301,303 %N A068526 Numbers n such that prime(n+1)-prime(n) = tau(n) = A000005(n). %H A068526 R. J. Mathar, <a href="/A068526/b068526.txt">Table of n, a(n) for n = 1..10159</a> %e A068526 1 has 1 divisor, prime(1) is 2, and 2+1=3 is prime(1+1), so 1 is in the sequence. %e A068526 2 has 2 divisors, prime(2) is 3, and 3+2=5 is prime(2+1), so 2 is in the sequence. %p A068526 with(numtheory): A068526:=n->`if`(ithprime(n+1)-ithprime(n)=tau(n), n, NULL): seq(A068526(n), n=1..500); # _Wesley Ivan Hurt_, Apr 10 2015 %K A068526 easy,nonn %O A068526 1,2 %A A068526 _Benoit Cloitre_, Mar 21 2002