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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111501 Numbers n such that n^3-n^2+1 is prime. 5
2, 3, 5, 6, 8, 13, 14, 21, 24, 26, 28, 29, 33, 34, 35, 36, 40, 43, 45, 48, 49, 50, 51, 55, 58, 76, 80, 83, 89, 90, 93, 96, 99, 100, 101, 104, 110, 111, 115, 118, 120, 121, 124, 133, 135, 138, 140, 148, 149, 161, 170, 173, 181, 190, 191, 194, 195, 201, 203, 204, 205 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

2^3-2^2+1=8-4+1=5 prime

MATHEMATICA

lst={}; Do[s=n^3-n^2; If[PrimeQ[s+1], AppendTo[lst, n]], {n, 6!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 30 2009]

CROSSREFS

Sequence in context: A094763 A125559 A087360 * A094565 A034722 A144712

Adjacent sequences:  A111498 A111499 A111500 * A111502 A111503 A111504

KEYWORD

easy,nonn

AUTHOR

Pierre CAMI (pierre-cami(AT)bbox.fr), Nov 16 2005

EXTENSIONS

More terms from Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 30 2009

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 15 20:26 EST 2012. Contains 205852 sequences.