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!)
A139060 Primes of the form (4+k!)/4. 11
7, 31, 181, 1556755201, 12772735542927360001, 3877802510832746496000001, 65782709233423382541804503040000001, 203978820811974433586402817399028973568000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k for which (4+k!)/4 is prime see A139061
LINKS
MATHEMATICA
a = {}; Do[If[PrimeQ[(n! + 4)/4], AppendTo[a, (n! + 4)/4]], {n, 1, 50}]; a
Select[(4+Range[100]!)/4, PrimeQ] (* Harvey P. Dale, Oct 05 2016 *)
PROG
(PARI) for(k=4, 1e3, if(ispseudoprime(t=k!/4+1), print1(t", "))) \\ Charles R Greathouse IV, Jul 15 2011
CROSSREFS
Sequence in context: A172634 A322205 A139151 * A324621 A223144 A155521
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 07 2008
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 April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)