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.

A046324 Product of 6 successive primes.

This page as a plain text file.
%I A046324 #18 Sep 08 2022 08:44:56
%S A046324 30030,255255,1616615,7436429,30808063,86822723,247110827,595973171,
%T A046324 1348781387,2756205443,5037203051,9586934839,15805487167,25828479029,
%U A046324 42647023513,66238993967,98733594781,138896412997,202652143553
%N A046324 Product of 6 successive primes.
%H A046324 Vincenzo Librandi, <a href="/A046324/b046324.txt">Table of n, a(n) for n = 1..1000</a>
%t A046324 Times@@@Partition[Prime[Range[200]],6,1] (* _Harvey P. Dale_, Oct 21 2011 *)
%o A046324 (Magma) [&*[ NthPrime(n+k): k in [0..5] ]: n in [1..19] ];  // _Bruno Berselli_, Feb 25 2011
%Y A046324 Cf. A002110, A006094, A046301, A046302, A046303, A046325, A046326, A046327.
%K A046324 nonn,easy
%O A046324 1,1
%A A046324 _Patrick De Geest_, Jun 15 1998
%E A046324 Offset changed from 0 to 1 by _Vincenzo Librandi_, Jan 16 2012