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 A225626 #12 May 13 2013 18:32:55 %S A225626 67,73,97,103,137,431,569,709,859,929,941,971,991,1039,22093,22621, %T A225626 22679,22697,22709,22739,22943,22961,22963,23087,23159,23173,23197, %U A225626 23369,23509,23971,24077,24083,24097,24109,24151,24373,24413,24571,24623,24781,24851 %N A225626 Primes p such that floor(log(p)) + p^2 is prime. %H A225626 John-Å. W. Olsen, <a href="/A225626/b225626.txt">Table of n, a(n) for n = 1..5000</a> %t A225626 Select[Prime[Range[3000]], PrimeQ[Floor[Log[#]] + #^2] &] (* _T. D. Noe_, May 13 2013 *) %Y A225626 Cf. A225625. %K A225626 nonn %O A225626 1,1 %A A225626 _John-Å. W. Olsen_, May 11 2013