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 A153422 #9 Jun 02 2025 01:16:53 %S A153422 13,29,47,67,89,113,139,167,197,229,263,337,419,463,509,557,607,659, %T A153422 769,827,887,1013,1217,1289,1439,1597,2027,2213,2309,2609,2713,2819, %U A153422 2927,3037,3617,3739,3863,3989,4513,4649,4787,5507,5657,6277,6599,6763,7789 %N A153422 Primes of the form n^2+15n+13. %H A153422 Vincenzo Librandi, <a href="/A153422/b153422.txt">Table of n, a(n) for n = 1..1000</a> %t A153422 Select[Table[n^2+15n+13,{n,0,700}],PrimeQ] (* _Vincenzo Librandi_, Jul 14 2012 *) %o A153422 (Magma) [a: n in [0..100] | IsPrime(a) where a is n^2+15*n+13]; // _Vincenzo Librandi_, Jul 14 2012 %Y A153422 Cf. A126719. %K A153422 nonn,easy %O A153422 1,1 %A A153422 _Vincenzo Librandi_, Dec 26 2008 %E A153422 2119 removed and extended by _R. J. Mathar_, Jan 03 2009