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!)
A288616 Primes of the form k!6+27, where k!6 is the sextuple factorial number (A085158). 1
29, 31, 43, 67, 251, 4507, 14107, 116507, 3727387, 536166427, 3863281304394304907431116800027, 448140631309739369262009548800027, 749208909436911824731413869422968832000027, 110882918596662950060249252674599387136000027 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!6+27.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] + 27, {i, 0, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -6]+27, {n, 200}], PrimeQ] (* Harvey P. Dale, Apr 12 2022 *)
CROSSREFS
Cf. A288447.
Sequence in context: A178456 A069453 A104071 * A273547 A132240 A132243
KEYWORD
nonn
AUTHOR
Robert Price, Jun 11 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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)