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 A154592 #13 Sep 08 2022 08:45:40 %S A154592 7,79,331,727,1951,2347,5479,8287,9907,10771,17827,18979,21391,22651, %T A154592 26647,28051,32479,42307,44071,51487,55411,57427,63691,65851,72547, %U A154592 77191,89431,99871,108079,113731,147391,157327,160711,171079,211867,223747,235951,252727 %N A154592 Primes of the form 2n^2+18n+7, n>=0. %C A154592 7 together with the primes in A154591. %C A154592 2*a(n) + 67 is a square. - _Vincenzo Librandi_, Apr 10 2015 %H A154592 Vincenzo Librandi, <a href="/A154592/b154592.txt">Table of n, a(n) for n = 1..10000</a> %t A154592 Select[Table[2n^2+18n+7,{n,0,2000}],PrimeQ] %o A154592 (Magma) [a: n in [0..400] | IsPrime(a) where a is 2*n^2+18*n+7]; %Y A154592 Cf. A154591, A142102. %K A154592 nonn,easy %O A154592 1,1 %A A154592 _Vincenzo Librandi_, Jan 12 2009 %E A154592 Extended by _R. J. Mathar_, Jul 26 2009