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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125881 Numbers n for which n^3+n^2-1 is prime. 14
2, 4, 5, 6, 9, 11, 12, 14, 19, 22, 25, 26, 27, 29, 32, 34, 36, 37, 40, 44, 47, 49, 55, 60, 62, 64, 65, 69, 70, 71, 81, 82, 84, 89, 95, 97 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Generating polynomial belongs to the family of irreducible polynomials (or trinomials) of the form x^n+x^(n-1)-1

MATHEMATICA

Do[If[PrimeQ[x^3 + x^2 - 1], Print[x]], {x, 1, 100}]

CROSSREFS

Cf. A045546, A125882-A125882.

Sequence in context: A050011 A030303 A047315 * A089969 A166944 A073894

Adjacent sequences:  A125878 A125879 A125880 * A125882 A125883 A125884

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Dec 14 2006

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 23:53 EST 2012. Contains 205860 sequences.