login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A294196
Floor of log of product of all primes between n!+1 and (n+1)!.
2
2, 15, 87, 579, 4276, 35103, 322168, 3264471, 36285842, 439070392, 5747983086
OFFSET
2,1
EXAMPLE
a(3) = floor(log(7*11*13*17*19*23)) = floor(15.82) = 15.
MATHEMATICA
Table[Floor[Plus @@ Table[Log[Prime[i]*1.], {i, PrimePi[n!] + 1, PrimePi[(n + 1)!]}]], {n, 2, 11}]
CROSSREFS
Cf. A061232 (number of primes between n!+1 and (n+1)!).
Cf. A294194 (sum of primes between n!+1 and (n+1)!).
Cf. A294195 (product of primes between n!+1 and (n+1)!).
Sequence in context: A153445 A376135 A208974 * A275794 A037746 A037627
KEYWORD
nonn,more
AUTHOR
Olivier Gérard, Oct 29 2017
EXTENSIONS
a(12) from Daniel Suteu, Nov 15 2018
STATUS
approved