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!)
A288718 Primes of the form k!5+1, where k!5 is the quintuple factorial number (A085157). 1
2, 3, 5, 7, 37, 67, 313, 751, 2857, 129169, 576577, 17873857, 54286849, 393750001, 643458817, 19053977918977, 206180145819649, 11716249122484566383298871297, 177636555893291390456871518209, 49055724379818682505120501943238657 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!5+1.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 5] + 1, {i, 0, 100}], PrimeQ[#]&]
CROSSREFS
Cf. A085148.
Sequence in context: A090912 A048416 A048401 * A289861 A160748 A117639
KEYWORD
nonn
AUTHOR
Robert Price, Jun 13 2017
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 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)