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!)
A155732 Numbers k such that k^3 + 8*k^2 + 10*k - 8 is prime. 1
1, 5, 7, 9, 13, 19, 31, 33, 35, 37, 49, 57, 61, 71, 75, 77, 83, 85, 101, 103, 105, 107, 117, 127, 129, 141, 143, 147, 159, 161, 163, 169, 181, 187, 205, 209, 215, 227, 229, 231, 237, 255, 271, 281, 295, 299, 303, 313, 315, 323, 339, 343, 345, 357, 363, 381, 385 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[0, 400], PrimeQ[#^3+8#^2+10#-8]&]; (* Vincenzo Librandi, Sep 24 2012 *)
PROG
(Magma) [n: n in [0..400] | IsPrime(n^3+8*n^2+10*n-8)]; // Vincenzo Librandi, Sep 24 2012
CROSSREFS
Sequence in context: A359198 A039504 A097280 * A218851 A211184 A350666
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 26 2009
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 19 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)