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.

A046325 Product of 7 successive primes.

This page as a plain text file.
%I A046325 #17 Sep 08 2022 08:44:56
%S A046325 510510,4849845,37182145,215656441,955049953,3212440751,10131543907,
%T A046325 25626846353,63392725189,146078888479,297194980009,584803025179,
%U A046325 1058967640189,1833822011059,3113232716449,5232880523393,8194888366823
%N A046325 Product of 7 successive primes.
%H A046325 Vincenzo Librandi, <a href="/A046325/b046325.txt">Table of n, a(n) for n = 1..1000</a>
%t A046325 Times@@@Partition[Prime[Range[50]],7,1] (* _Harvey P. Dale_, Oct 21 2011 *)
%o A046325 (Magma) [&*[ NthPrime(n+k): k in [0..6] ]: n in [1..17]];  // _Bruno Berselli_, Feb 25 2011
%Y A046325 Cf. A002110.
%Y A046325 Cf. product of n successive primes: A006094, A046301, A046302, A046303, A046324, A046326, A046327.
%K A046325 nonn,easy
%O A046325 1,1
%A A046325 _Patrick De Geest_, Jun 15 1998
%E A046325 Offset changed from 0 to 1 by _Vincenzo Librandi_, Jan 16 2012