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!)
A161609 Primes of the form k! + k^3 + k^2 + k + 1. 0

%I #9 Aug 27 2022 03:15:52

%S 2,5,17,109

%N Primes of the form k! + k^3 + k^2 + k + 1.

%C The associated k are 0,1,2,4,... (and no further between 4 and 2020, i.e., the next prime has at least 5802 digits).

%t lst={};Do[p=n!+n^3+n^2+n+1;If[PrimeQ[p],AppendTo[lst,p]],{n,0,6!}];lst

%K nonn

%O 1,1

%A _Vladimir Joseph Stephan Orlovsky_, Jun 14 2009

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 August 18 18:19 EDT 2024. Contains 375273 sequences. (Running on oeis4.)