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.

A022464 Primes of the form 36*n^2 - 810*n + 2753, n >= 0, sorted.

This page as a plain text file.
%I A022464 #16 Feb 16 2025 08:32:34
%S A022464 89,359,647,953,1277,1619,1979,2357,2753,3167,4049,5003,6029,7127,
%T A022464 8297,9539,10853,12239,13697,15227,16829,18503,20249,22067,23957,
%U A022464 25919,27953,30059,32237,34487,36809,41669,44207,46817,49499,52253
%N A022464 Primes of the form 36*n^2 - 810*n + 2753, n >= 0, sorted.
%H A022464 Vincenzo Librandi, <a href="/A022464/b022464.txt">Table of n, a(n) for n = 1..500</a>
%H A022464 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-Generating Polynomial</a>.
%t A022464 Take[Sort[Select[Table[36n^2-810n+2753,{n,0,1000}], PrimeQ[#] && Positive[#]&]], 40] (* _Harvey P. Dale_, Oct 02 2011 *)
%Y A022464 Cf. A050268.
%K A022464 nonn,less
%O A022464 1,1
%A A022464 _N. J. A. Sloane_, Jun 12 2001