cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A046326 Product of 8 successive primes.

This page as a plain text file.
%I A046326 #18 Sep 08 2022 08:44:56
%S A046326 9699690,111546435,1078282205,6685349671,35336848261,131710070791,
%T A046326 435656388001,1204461778591,3359814435017,8618654420261,
%U A046326 18128893780549,39181802686993,75186702453419,133869006807307,245945384599471
%N A046326 Product of 8 successive primes.
%H A046326 Vincenzo Librandi, <a href="/A046326/b046326.txt">Table of n, a(n) for n = 1..1000</a>
%t A046326 Times@@@Partition[Prime[Range[50]],8,1] (* _Harvey P. Dale_, Oct 21 2011 *)
%o A046326 (Magma) [&*[ NthPrime(n+k): k in [0..7] ]: n in [1..15]];  // _Bruno Berselli_, Feb 25 2011
%Y A046326 Cf. A002110.
%Y A046326 Cf. product of n successive primes: A006094, A046301, A046302, A046303, A046324, A046325, A046327.
%K A046326 nonn,easy
%O A046326 1,1
%A A046326 _Patrick De Geest_, Jun 15 1998
%E A046326 Offset changed from 0 to 1 by _Vincenzo Librandi_, Jan 16 2012