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 A217495 #25 Sep 08 2022 08:46:04 %S A217495 769,1381,1741,2137,3037,3541,4657,7321,9697,22441,26437,30757,35401, %T A217495 37021,38677,47497,49369,55201,61357,72337,79357,81769,96997,99661, %U A217495 105097,134437,188869,207769,211657,227569,256801,306301,330241,469237,480937,492781,510817 %N A217495 Primes of the form 2*n^2 + 46*n + 21. %C A217495 Conjecture: 2^a(n)-1 is not prime; in other words, these primes are included in A054723. %C A217495 2*a(n)+487 is a square. - _Vincenzo Librandi_, Mar 04 2013 %H A217495 Vincenzo Librandi, <a href="/A217495/b217495.txt">Table of n, a(n) for n = 1..3000</a> %t A217495 Select[Table[2 n^2 + 46 n + 21, {n, 500}], PrimeQ] %o A217495 (Magma) [a: n in [1..500] | IsPrime(a) where a is 2*n^2+46*n+21]; %Y A217495 Cf. Primes of the form 2*n^2+2*(2*k+3)*n+(2*k+1): A176549 (k=0), A154577 (k=2), A154592 (k=3), A154601 (k=4), A217494 (k=7), this sequence (k=10), A217496 (k=11), A217497 (k=12), A217498 (k=13), A217499 (k=16), A217500 (k=17), A217501 (k=18), A217620 (k=19), A217621 (k=21). %Y A217495 Cf. A054723. %Y A217495 Subsequence of A002144. %K A217495 nonn,easy %O A217495 1,1 %A A217495 _Vincenzo Librandi_, Oct 09 2012