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 A243958 #7 Sep 08 2022 08:46:08 %S A243958 317,521,857,977,1229,1361,1637,2081,2237,2729,3257,3821,4217,4421, %T A243958 5501,6197,8501,9341,9629,12401,13397,14081,15137,15497,16229,18521, %U A243958 18917,20129,21377,22229,23537,23981,26261,26729,29129,31121,32141,35837,36929,39161 %N A243958 Primes of the form 2*n^2+86*n+41. %C A243958 Subsequence of A040117. %C A243958 Conjecture: except 521, 2^a(n)-1 is not prime; in other words, these primes are included in A054723. %H A243958 Vincenzo Librandi, <a href="/A243958/b243958.txt">Table of n, a(n) for n = 1..1000</a> %t A243958 Select[Table[2 n^2 + 86 n + 41, {n, 800}], PrimeQ] %o A243958 (Magma) [a: n in [1..300] | IsPrime(a) where a is 2*n^2+86*n+41]; %Y A243958 Cf. A040117. %Y A243958 Cf. similar sequences listed in A243888. %K A243958 nonn,easy %O A243958 1,1 %A A243958 _Vincenzo Librandi_, Jun 16 2014