Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A288447

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers k such that k!6 + 27 is prime, where k!6 is the sextuple factorial number (A085158 ).
(history; published version)
#6 by Harvey P. Dale at Tue Aug 10 13:21:26 EDT 2021
STATUS

editing

approved

#5 by Harvey P. Dale at Tue Aug 10 13:21:23 EDT 2021
MATHEMATICA

Select[Range[48000], PrimeQ[Times@@Range[#, 1, -6]+27]&] (* Harvey P. Dale, Aug 10 2021 *)

STATUS

approved

editing

#4 by N. J. A. Sloane at Fri Jun 09 19:43:48 EDT 2017
STATUS

proposed

approved

#3 by Robert Price at Fri Jun 09 12:24:21 EDT 2017
STATUS

editing

proposed

#2 by Robert Price at Fri Jun 09 12:23:50 EDT 2017
NAME

allocated for Robert PriceNumbers k such that k!6 + 27 is prime, where k!6 is the sextuple factorial number (A085158 ).

DATA

2, 4, 8, 10, 14, 20, 22, 26, 32, 40, 110, 116, 142, 148, 200, 370, 854, 1166, 1594, 2164, 4424, 5942, 9086, 13300, 15224, 20482, 22940, 27478, 47486

OFFSET

1,1

COMMENTS

Corresponding primes are: 29, 31, 43, 67, 251, 4507, 14107, 116507, 3727387, 536166427, ...

a(30) > 50000.

Terms > 40 correspond to probable primes.

LINKS

Henri & Renaud Lifchitz, <a href="http://www.primenumbers.net/prptop/searchform.php?form=n!6+27&amp;action=Search">PRP Records. Search for n!6+27.</a>

Joe McLean, <a href="http://web.archive.org/web/20091027034731/http://uk.geocities.com/nassarawa%40btinternet.com/probprim2.htm">Interesting Sources of Probable Primes</a>

OpenPFGW Project, <a href="http://sourceforge.net/projects/openpfgw/">Primality Tester</a>

EXAMPLE

10!6 + 27 = 10*4 + 27 = 67 is prime, so 10 is in the sequence.

MATHEMATICA

MultiFactorial[n_, k_] := If[n < 1, 1, n*MultiFactorial[n - k, k]];

Select[Range[0, 50000], PrimeQ[MultiFactorial[#, 6] + 27] &]

CROSSREFS
KEYWORD

allocated

nonn,more,new

AUTHOR

Robert Price, Jun 09 2017

STATUS

approved

editing

#1 by Robert Price at Fri Jun 09 12:23:50 EDT 2017
NAME

allocated for Robert Price

KEYWORD

allocated

STATUS

approved