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!)
A289818 Primes of the form k!3-27, where k!3 is the triple factorial number (A007661). 1
53, 853, 3613, 24344293, 72642169573, 2576442067869429759973, 38900816605808456499199973, 26070192823309041523916799973, 17978533302590087193373917833428087202627190783999999973 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri & Renaud Lifchitz, PRP Records.Search for n!3-27.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 3] - 27, {i, 7, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -3]-27, {n, 7, 150}], PrimeQ] (* Harvey P. Dale, Mar 08 2020 *)
CROSSREFS
Cf. A247463.
Sequence in context: A201153 A077794 A200532 * A253111 A157618 A093982
KEYWORD
nonn
AUTHOR
Robert Price, Jul 12 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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)