login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161907 Primes of the form n^3+n+91. 0
101, 313, 829, 1433, 1831, 5021, 8111, 12281, 19801, 24509, 36061, 55001, 110731, 125141, 149021, 205529, 238481, 314591, 358073, 422041, 531613, 658681, 778871, 804541, 1030493, 1481749, 1861081, 2146909, 2571581, 3512051, 3581821 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

Select[Table[n^3 + n + 91, {n, 170}], PrimeQ] (* From Alonso del Arte, Jan 31 2011 *)

PROG

(MAGMA) [ a: n in [0..200] | IsPrime(a) where a is  n^3+n+91 ];

CROSSREFS

Cf. A133160.

Sequence in context: A142578 A134971 A082770 * A195855 A142769 A142264

Adjacent sequences:  A161904 A161905 A161906 * A161908 A161909 A161910

KEYWORD

nonn

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jan 31 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 19:04 EST 2012. Contains 205535 sequences.