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 A095946 #11 Feb 16 2025 08:32:53 %S A095946 80557,80749,80777,80917,81637,83597,87649,94837,106397,123757,148537, %T A095946 182549,227797,286477,360977,453877,567949,706157,871657,1067797, %U A095946 1298117,1566349,1876417,2232437,2638717,3099757,3620249,4205077,4859317 %N A095946 Primes of the form 8n^4 - 2n^3 - 132n^2 + 318n + 80557. %C A095946 The first composite has n = 29. %H A095946 Vincenzo Librandi, <a href="/A095946/b095946.txt">Table of n, a(n) for n = 1..1000</a> %H A095946 Eric Weisstein, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-Generating Polynomials</a> %t A095946 Select[Table[8n^4-2n^3-132n^2+318n+80557,{n,0,2000}],PrimeQ] (* _Vincenzo Librandi_, Jul 17 2012 *) %o A095946 (Magma) [a: n in [0..100] | IsPrime(a) where a is 8*n^4-2*n^3-132*n^2+ 318*n+80557]; // _Vincenzo Librandi_, Jul 17 2012 %Y A095946 Cf. A076808, A076809. %K A095946 easy,nonn %O A095946 1,1 %A A095946 Hilko Koning (hilko(AT)hilko.net), Jul 13 2004