cp's OEIS Frontend

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.

A272555 Primes of the form abs(1/(36)(n^6 - 126n^5 + 6217n^4 - 153066n^3 + 1987786n^2 - 13055316n + 34747236)) in order of increasing nonnegative n.

This page as a plain text file.
%I A272555 #10 Feb 16 2025 08:33:34
%S A272555 965201,653687,429409,272563,166693,98321,56597,32969,20873,15443,
%T A272555 13241,12007,10429,7933,4493,461,3583,6961,9007,9157,7019,2423,4549,
%U A272555 13553,23993,35051,45737,54959,61613,64693,63421,57397,46769,32423,16193,1091,8443,6271
%N A272555 Primes of the form abs(1/(36)(n^6 - 126n^5 + 6217n^4 - 153066n^3 + 1987786n^2 - 13055316n + 34747236)) in order of increasing nonnegative n.
%H A272555 Robert Price, <a href="/A272555/b272555.txt">Table of n, a(n) for n = 1..2128</a>
%H A272555 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-Generating Polynomials</a>
%e A272555 166693 is in this sequence since abs(1/(36)(4^6 - 126*4^5 + 6217*4^4 - 153066*4^3 + 1987786*4^2 - 13055316*4 + 34747236)) = abs((4096 - 129024 + 1591552 - 9796224 + 31804576 - 5222126 + 34747236)/36) = 166693 is prime.
%t A272555 n = Range[0, 100]; Select[1/(36)(n^6 - 126n^5 + 6217n^4 - 153066n^3 + 1987786n^2 - 13055316n + 34747236), PrimeQ[#] &]
%Y A272555 Cf. A050268, A050267, A005846, A007641, A007635, A048988, A050265, A050266.
%Y A272555 Cf. A271980, A272030, A272074, A272075, A272159, A271143, A272284, A272302, A272437, A272443, A268200, A272554.
%K A272555 nonn
%O A272555 1,1
%A A272555 _Robert Price_, May 02 2016