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 A161002 #9 Jul 22 2014 22:08:58 %S A161002 9547,12853,22189,22303,27127,29881,32257,40387,42859,46771,46957, %T A161002 47977,57601,60037,60457,71593,72577,73783,77101,84247,88423,89137, %U A161002 90547,93427,97459,97609,97879,112507,115021,118927,126271,127873,131317 %N A161002 Least prime of three consecutive primes (p1,p2,p3) such that p2-p1 and p3-p2 are both perfect squares. %C A161002 Sequence is probably infinite. %C A161002 a(3859) = 11981443 is the first term in the sequence where neither of the prime gaps is 36. %H A161002 Harvey P. Dale, <a href="/A161002/b161002.txt">Table of n, a(n) for n = 1..1000</a> %e A161002 Consecutive primes (22189, 22193, 22229) have gaps (4, 36) so 22189 is in the sequence. %t A161002 Transpose[Select[Partition[Prime[Range[12300]],3,1],IntegerQ[Sqrt[#[[2]]- #[[1]]]]&&IntegerQ[Sqrt[#[[3]]-#[[2]]]]&]][[1]] (* _Harvey P. Dale_, Dec 21 2011 *) %Y A161002 Cf. A138198. %K A161002 nonn %O A161002 1,1 %A A161002 _Ki Punches_, Jun 01 2009 %E A161002 Edited by _Ray Chandler_, Jun 08 2009