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!)
A288885 Primes of the form k!3 + 3^9, where k!3 is the triple factorial number (A007661). 1
19687, 19763, 19963, 20563, 32003, 229123, 4208483, 24364003, 72642189283, 2324549446883, 5577337931669523683, 38900816605808456499219683, 26070192823309041523916819683 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!3+3^9.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 3] + 3^9, {i, 0, 100}], PrimeQ[#]&]
Select[Table[Times@@Range[n, 1, -3]+19683, {n, 100}], PrimeQ] (* Harvey P. Dale, Sep 18 2023 *)
CROSSREFS
Cf. A265378.
Sequence in context: A352037 A321813 A081866 * A253493 A253500 A253454
KEYWORD
nonn
AUTHOR
Robert Price, Jun 18 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 August 13 11:31 EDT 2024. Contains 375131 sequences. (Running on oeis4.)