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!)
A271143 Numbers k such that 42*k^3 + 270*k^2 - 26436*k + 250703 is prime. 12
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 43, 44, 48, 51, 54, 55, 56, 58, 61, 62, 63, 64, 65, 66, 67, 69, 71, 76, 78, 79, 84, 87, 88, 89, 90, 92 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
40 is the first value not in the sequence.
LINKS
Eric Weisstein's World of Mathematics, Prime-Generating Polynomials
EXAMPLE
4 is in this sequence since 42*4^3 + 270*4^2 - 26436*4 + 250703 = 151967, which is prime.
MATHEMATICA
Select[Range[0, 100], PrimeQ[42#^3 + 270#^2 - 26436# + 250703] &]
PROG
(PARI) is(n)=isprime(42*n^3+270*n^2-26436*n+250703) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A267069 A366188 A002837 * A056561 A321993 A236674
KEYWORD
nonn
AUTHOR
Robert Price, Apr 23 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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)