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 A184935 #24 Sep 08 2022 08:45:55 %S A184935 3,7,23,83,181,239,563,1013,1447,1607,2129,2729,3167,3881,4673,5849, %T A184935 6481,7489,8563,9719,11813,18713,21563,25247,27197,29221,33469,36467, %U A184935 47977,50683,51599,56237,69257,71389,75731,96893,107119,115163 %N A184935 Primes of the form k^2 + prime(k). %C A184935 Primes in A004232. Sequence A064711 has the values of k. %H A184935 Carmine Suriano, <a href="/A184935/b184935.txt">Table of n, a(n) for n = 1..82</a> %e A184935 3167 is here because 54^2 + prime(54) = 54^2 + 251 = 3167, which is prime. %t A184935 Select[Table[k^2 + Prime[k], {k, 1000}], PrimeQ] (* _Harvey P. Dale_, Feb 16 2011 *) %o A184935 (Magma) [ a: k in [0..10000] | IsPrime(a) where a is k^2 + NthPrime(k) ]; // _Vincenzo Librandi_, Apr 14 2011 %Y A184935 Cf. A000040, A000290, A004232, A064711. %K A184935 nonn,easy %O A184935 1,1 %A A184935 _Jonathan Vos Post_, Feb 02 2011 %E A184935 Better name from _Zak Seidov_, Apr 12 2011