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 A272324 #14 Feb 16 2025 08:33:34 %S A272324 5861,877,2143,3691,4259,4339,4423,5003,6571,9619,14639,22123,32563, %T A272324 46451,64279,86539,113723,146323,184831,229739,281539,340723,407783, %U A272324 483211,567499,661139,764623,878443,1003091,1139059,1286839,1446923,2005919,2693363,3229579 %N A272324 Primes of the form abs(82n^3 - 1228n^2 + 6130n - 5861) in order of increasing nonnegative n. %H A272324 Robert Price, <a href="/A272324/b272324.txt">Table of n, a(n) for n = 1..2659</a> %H A272324 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-Generating Polynomials</a> %e A272324 4259 is in this sequence since 82*4^3 - 1228*4^2 + 6130*4 - 5861 = 5248-19648+24520-5861 = 4259 is prime. %t A272324 n = Range[0, 100]; Select[82n^3 - 1228n^2 + 6130n - 5861, PrimeQ[#] &] %Y A272324 Cf. A076808, A050268, A050267, A005846, A007641, A007635, A048988, A050265, A050266. %Y A272324 Cf. A271980, A272030, A272074, A272075, A272118, A272159, A271143, A272284, A272323. %K A272324 nonn %O A272324 1,1 %A A272324 _Robert Price_, Apr 25 2016