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!)
A272325 Nonnegative numbers n such that n^4 + 853n^3 + 2636n^2 + 3536n + 1753 is prime. 3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 25, 26, 27, 30, 34, 37, 41, 43, 46, 50, 52, 53, 56, 59, 60, 61, 64, 66, 67, 68, 71, 76, 79, 81, 84, 87, 88, 89, 91, 92, 95, 96, 98, 99, 103, 106, 109, 118, 124, 126, 127, 128, 132 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
21 is the smallest number not in this sequence.
LINKS
Eric Weisstein's World of Mathematics, Prime-Generating Polynomials
EXAMPLE
4 is in this sequence since 4^4 + 853*4^3 + 2636*4^2 + 3536*4 + 1753 = 256+54592+42176+14144+1753 = 112921 is prime.
MATHEMATICA
Select[Range[0, 100], PrimeQ[#^4 + 853#^3 + 2636#^2 + 3536# + 1753] &]
PROG
(PARI) lista(nn) = for(n=0, nn, if(isprime(n^4+853*n^3+2636*n^2+3536*n+1753), print1(n, ", "))); \\ Altug Alkan, Apr 25 2016
CROSSREFS
Sequence in context: A246083 A246090 A175782 * A358140 A249817 A250247
KEYWORD
nonn
AUTHOR
Robert Price, Apr 25 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 April 24 07:34 EDT 2024. Contains 371922 sequences. (Running on oeis4.)