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!)
A330769 a(n) = Product_{k=n..2*n} prime(k). 0
1, 6, 105, 5005, 323323, 30808063, 3212440751, 435656388001, 63836474265323, 12091972151626183, 2500935283708076197, 497341164867050876831, 118511586608803381520987, 31379946324498560236786747, 8435082644934112984625042407, 2416160765991941154223875519233, 855269503485274999634523766244243 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Alexander Dirmeier, On Metrics Inducing the Fürstenberg Topology on the Integers, arXiv:1912.11663 [math.GN], 2019. See p. 12.
FORMULA
a(n) = A002110(2*n)/A002110(n-1) for n>1.
PROG
(PARI) a(n) = prod(k=n, 2*n, prime(k));
CROSSREFS
Cf. A000040 (primes), A002110 (primorials).
Sequence in context: A126467 A013294 A013300 * A109819 A162130 A048707
KEYWORD
nonn
AUTHOR
Michel Marcus, Dec 30 2019
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 April 24 07:27 EDT 2024. Contains 371922 sequences. (Running on oeis4.)