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 A254886 #11 Feb 12 2015 11:34:51 %S A254886 0,0,0,1,0,1,2,0,2,0,0,1,0,3,2,0,0,1,0,3,4,3,0,0,0,0,2,3,0,1,0,3,2,0, %T A254886 0,5,0,3,0,0,0,1,6,0,4,0,6,5,0,3,0,3,6,5,0,0,2,0,0,1,0,3,2,0,6,0,6,0, %U A254886 0,3,0,1,6,0,2,0,6,5,0,3,0,0,0,5,0,9,4,3,0,7,0,3,2,0,6,0,0,3,0,9,0,1,6,0,2,0,0,1,0 %N A254886 a(n) = least k>0 such that n-k^2 and n+k^2 are both primes. %C A254886 If n is a square then a(n)=sqrt(n)-1 or 0. %C A254886 Also if n is a square and a(n)=sqrt(n)-1 then sqrt(n) is a term in A178659. %C A254886 First appearances of k for k=1..58 are at n = 4, 7, 14, 21, 36, 43, 90, 117, 86, 111, 210, 149, 768, 201, 236, 285, 468, 329, 366, 411, 446, 1137, 534, 647, 654, 807, 770, 885, 900, 911, 3090, 1665, 1192, 2415, 1296, 1313, 4212, 2163, 1600, 1671, 5448, 1769, 2040, 1941, 2054, 3207, 2214, 2333, 5340, 2601, 2792, 7725, 2814, 3095, 3054, 5913, 3442, 4377. %C A254886 Among the first 10000 terms, the first missing values are 59, 79, 82, 83, 89, 91, 92, 94, 97, 98, 100. %o A254886 (PARI) k=1;while(k^2<n,if(isprime(n-k^2)&&isprime(n+k^2),return(k));k++);0 %o A254886 vector(50,n,a(n)) \\ _Derek Orr_, Feb 11 2015 %Y A254886 Cf. A068501, A082467, A178659. %K A254886 nonn %O A254886 1,7 %A A254886 _Zak Seidov_, Feb 10 2015