Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A288445 Numbers k such that k!6 + 18 is prime, where k!6 is the sextuple factorial number (A085158 ). 1
1, 5, 11, 13, 17, 19, 23, 31, 37, 41, 49, 83, 115, 161, 205, 617, 683, 769, 799, 1117, 1151, 1685, 1697, 1951, 2173, 3619, 3647, 6229, 6463, 6613, 9827, 12985, 15721, 16933, 22579, 25181, 38869, 48755 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Corresponding primes are: 19, 23, 73, 109, 953, 1747, 21523, 1339993, 49579093, 894930593, ...
a(39) > 50000.
Terms > 49 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!6+18.
OpenPFGW Project, Primality Tester
EXAMPLE
11!6 + 18 = 11*5 + 18 = 73 is prime, so 11 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 6] + 18] &]
CROSSREFS
Sequence in context: A268476 A082554 A141246 * A087759 A234644 A299791
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 09 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 19 01:22 EDT 2024. Contains 375284 sequences. (Running on oeis4.)