|
|
A288617
|
|
Primes of the form k!6+32, where k!6 is the sextuple factorial number (A085158).
|
|
1
|
|
|
37, 59, 967, 8537, 623677, 2229272062357, 38661097149707, 85869076433056713726000946907, 9531467484069295223586105103157, 79432354647061073112183103536868912864021331942535479440624079759179748913587442580929345703157
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Robert Price, Table of n, a(n) for n = 1..13
Henri& Renaud Lifchitz, PRP Records.Search for n!6+32.
Joe McLean, Interesting Sources of Probable Primes
OpenPFGW Project, Primality Tester
|
|
MATHEMATICA
|
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 6] + 32, {i, 0, 100}], PrimeQ[#]&]
|
|
CROSSREFS
|
Cf. A288448.
Sequence in context: A105460 A141851 A105461 * A032627 A168006 A139960
Adjacent sequences: A288614 A288615 A288616 * A288618 A288619 A288620
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert Price, Jun 11 2017
|
|
STATUS
|
approved
|
|
|
|