The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A271366 Primes of the form 272259344081 + 2*n^2. 4
272259344081, 272259344083, 272259344089, 272259344099, 272259344113, 272259344131, 272259344153, 272259344179, 272259344209, 272259344243, 272259344281, 272259344323, 272259344369, 272259344419, 272259344881, 272259345433, 272259345539, 272259347123, 272259347281, 272259347953 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The first 14 primes correspond to the values of n from 0 to 13. The first term is a member of A271348 and A165234.
LINKS
Eric Weisstein's World of Mathematics, Prime-generating Polynomial
EXAMPLE
For n=0, we get 272259344081, which is a prime as determined in A271348.
For n=1, we get 272259344081 + 2*1^2 = 272259344083, which is a prime as determined in A271348.
MATHEMATICA
Select[Table[272259344081+2*n^2, {n, 0, 100}], PrimeQ]
PROG
(PARI) for(n=0, 100, isprime(272259344081+2*n^2) && print1(272259344081+2*n^2, ", "))
CROSSREFS
Cf. A000040 (primes), A271348, A165234 (sequences containing the first term), A050265, A007641, A271818, A271819, A271820 (similar sequences whose first term is in A271348).
Sequence in context: A226858 A216904 A015418 * A257659 A339189 A018869
KEYWORD
nonn
AUTHOR
Waldemar Puszkarz, Apr 05 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)