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!)
A288152 Numbers k such that k!6 + 8 is prime, where k!6 is the sextuple factorial number (A085158 ). 1
3, 5, 21, 29, 41, 65, 243, 305, 389, 509, 819, 1653, 7493, 8613, 8619, 10257, 11829, 12977, 15651, 24341, 29367, 31629, 40173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are: 11, 13, 8513, 623653, 894930583, 8549258359016383, ...
a(24) > 50000.
Terms > 41 correspond to probable primes.
LINKS
Henri & Renaud Lifchitz, PRP Records. Search for n!6+8.
OpenPFGW Project, Primality Tester
EXAMPLE
21!6 + 8 = 21*15*9*3 + 8 = 8513 is prime, so 21 is in the sequence.
MATHEMATICA
MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];
Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 6] + 8] &]
CROSSREFS
Sequence in context: A128561 A032414 A062225 * A082699 A096729 A001775
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 05 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 03:19 EDT 2024. Contains 375284 sequences. (Running on oeis4.)