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 A243367 #10 Apr 06 2016 15:35:31 %S A243367 3,7,11,13,31,53,59,71,83,97,101,127,151,157,179,181,211,223,227,239, %T A243367 311,367,379,449,487,521,599,601,613,619,631,743,773,809,827,883,977, %U A243367 1009,1021,1039,1091,1093,1103,1117,1193,1201,1217,1249,1427,1471,1481,1483,1487,1567 %N A243367 Primes p such that p^2+10 is prime. %F A243367 a(n) = sqrt(A182475(n)-10). %o A243367 (PARI) isok(p) = isprime(p) && isprime(p^2+10); \\ _Michel Marcus_, Jun 04 2014 %Y A243367 Cf. A182475. %K A243367 nonn %O A243367 1,1 %A A243367 _Zak Seidov_, Jun 04 2014