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!)
A288882 Primes of the form k!3 + 3^6, where k!3 is the triple factorial number (A007661). 1
733, 739, 757, 809, 1009, 1609, 13049, 210169, 81359229952729, 126757680265216729, 13106744139423334400729, 2295148179742698933452800729, 12931890526958090978845347074978621685760000729 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Henri& Renaud Lifchitz, PRP Records.Search for n!3+3^6.
OpenPFGW Project, Primality Tester
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 3] + 3^6, {i, 0, 100}], PrimeQ[#]&]
CROSSREFS
Sequence in context: A098291 A255798 A044988 * A178093 A143726 A180919
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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)