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.

A271366 Primes of the form 272259344081 + 2*n^2.

This page as a plain text file.
%I A271366 #16 Feb 16 2025 08:33:33
%S A271366 272259344081,272259344083,272259344089,272259344099,272259344113,
%T A271366 272259344131,272259344153,272259344179,272259344209,272259344243,
%U A271366 272259344281,272259344323,272259344369,272259344419,272259344881,272259345433,272259345539,272259347123,272259347281,272259347953
%N A271366 Primes of the form 272259344081 + 2*n^2.
%C A271366 The first 14 primes correspond to the values of n from 0 to 13. The first term is a member of A271348 and A165234.
%H A271366 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Prime-GeneratingPolynomial.html">Prime-generating Polynomial</a>
%e A271366 For n=0, we get 272259344081, which is a prime as determined in A271348.
%e A271366 For n=1, we get 272259344081 + 2*1^2 = 272259344083, which is a prime as determined in A271348.
%t A271366 Select[Table[272259344081+2*n^2, {n, 0, 100}], PrimeQ]
%o A271366 (PARI) for(n=0, 100, isprime(272259344081+2*n^2) && print1(272259344081+2*n^2, ","))
%Y A271366 Cf. A000040 (primes), A271348, A165234 (sequences containing the first term), A050265, A007641, A271818, A271819, A271820 (similar sequences whose first term is in A271348).
%K A271366 nonn
%O A271366 1,1
%A A271366 _Waldemar Puszkarz_, Apr 05 2016