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 A176549 #26 Sep 08 2022 08:45:52 %S A176549 37,109,541,757,1009,1297,1621,2377,6841,7561,8317,9109,11701,12637, %T A176549 15661,16741,19009,23977,25309,28081,34057,38917,40609,42337,44101, %U A176549 47737,51517,55441,57457,59509,65881,70309,72577,82009,84457,99901 %N A176549 Primes of the form 2*n^2+6*n+1. %C A176549 Conjecture: 2^a(n)-1 is not prime; in other words, these primes are included in A054723. %C A176549 2*a(n) + 7 is a square. - _Vincenzo Librandi_, Apr 09 2015 %H A176549 Vincenzo Librandi, <a href="/A176549/b176549.txt">Table of n, a(n) for n = 1..1000</a> %t A176549 Select[Table[2 n^2 + 6 n + 1, {n, 2000}], PrimeQ] (* _Vincenzo Librandi_, Jul 26 2012 *) %o A176549 (Magma) [a: n in [0..300] | IsPrime(a) where a is 2*n^2+6*n+1]; // _Vincenzo Librandi_, Jul 26 2012 %Y A176549 Primes in A059993. %Y A176549 Subsequence of A093838. %Y A176549 Cf. Primes of the form 2*n^2+2*(2*k+3)*n+(2*k+1): this sequence (k=0), A154577 (k=2), A154592 (k=3), A154601 (k=4), A217494 (k=7), A217495 (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). %K A176549 nonn,easy %O A176549 1,1 %A A176549 _Vincenzo Librandi_, Apr 20 2010 %E A176549 Removed an obviously incorrect part of the definition - _R. J. Mathar_, Apr 21 2010