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”).

Product of 8 successive primes.
17

%I #18 Sep 08 2022 08:44:56

%S 9699690,111546435,1078282205,6685349671,35336848261,131710070791,

%T 435656388001,1204461778591,3359814435017,8618654420261,

%U 18128893780549,39181802686993,75186702453419,133869006807307,245945384599471

%N Product of 8 successive primes.

%H Vincenzo Librandi, <a href="/A046326/b046326.txt">Table of n, a(n) for n = 1..1000</a>

%t Times@@@Partition[Prime[Range[50]],8,1] (* _Harvey P. Dale_, Oct 21 2011 *)

%o (Magma) [&*[ NthPrime(n+k): k in [0..7] ]: n in [1..15]]; // _Bruno Berselli_, Feb 25 2011

%Y Cf. A002110.

%Y Cf. product of n successive primes: A006094, A046301, A046302, A046303, A046324, A046325, A046327.

%K nonn,easy

%O 1,1

%A _Patrick De Geest_, Jun 15 1998

%E Offset changed from 0 to 1 by _Vincenzo Librandi_, Jan 16 2012