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!)
A289634 Primes of the form k!3-3, where k!3 is the triple factorial number (A007661). 1
7, 277, 877, 3637, 58237, 24344317, 17041023997, 44656330909544934316361777151999997, 3304568487306325139410771509247999997, 17994728558292550488813850298696914425610239999997, 2136063198892150618502015301628828867230815945271103455231999999997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri & Renaud Lifchitz, PRP Records.Search for n!3-3.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 3] - 3, {i, 4, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -3]-3, {n, 2, 200}], PrimeQ] (* Harvey P. Dale, Nov 25 2022 *)
CROSSREFS
Cf. A242994.
Sequence in context: A066413 A332127 A222942 * A065581 A062646 A009503
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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)