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 A217498 #23 Sep 08 2022 08:46:04 %S A217498 151,367,619,907,1231,1987,2887,3391,3931,4507,5119,6451,7927,8719, %T A217498 9547,11311,13219,15271,17467,21031,22291,24919,27691,29131,32119, %U A217498 35251,36871,41947,43711,55051,59119,63331,76831,81619,84067,89071,94219,96847,104947 %N A217498 Primes of the form 2*n^2 + 58*n + 27. %C A217498 Conjecture: 2^a(n)-1 is not prime; in other words, these primes are included in A054723. %C A217498 2*a(n) + 787 is a square. - _Vincenzo Librandi_, Apr 10 2015 %H A217498 Vincenzo Librandi, <a href="/A217498/b217498.txt">Table of n, a(n) for n = 1..3000</a> %t A217498 Select[Table[2 n^2 + 58 n + 27, {n, 500}], PrimeQ] %o A217498 (Magma) [a: n in [1..500] | IsPrime(a) where a is 2*n^2+58*n+27]; %Y A217498 Cf. A054723, A176549, A217494. %Y A217498 Subsequence of A002145. %K A217498 nonn,easy %O A217498 1,1 %A A217498 _Vincenzo Librandi_, Oct 09 2012