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!)
A162295 Primes of the form k^3-k^2-k-1. 4
43, 173, 439, 1571, 3823, 10141, 21139, 38113, 83203, 122449, 154493, 172423, 191689, 433123, 468389, 673639, 1318789, 1392271, 1628989, 2388013, 2608889, 3771923, 4225121, 4546573, 4713239, 4883929, 6609139, 6822709, 7959799 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n)=k^3-k^2-k-1 where k=A162294(n).
EXAMPLE
a(1)=4^3-4^2-4-1=43. a(2)=6^3-6^2-6-1=173.
MATHEMATICA
lst={}; Do[p=n^3-n^2-n-1; If[PrimeQ[p], AppendTo[lst, p]], {n, 2, 6!}]; lst
CROSSREFS
Cf. A087908, A162291, A111501, A162293, A162294, A162294 (corresponding k).
Sequence in context: A083357 A158604 A057816 * A187722 A158628 A123597
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by R. J. Mathar, Jul 02 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 May 3 06:05 EDT 2024. Contains 372205 sequences. (Running on oeis4.)