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.

Original entry on oeis.org

510510, 4849845, 37182145, 215656441, 955049953, 3212440751, 10131543907, 25626846353, 63392725189, 146078888479, 297194980009, 584803025179, 1058967640189, 1833822011059, 3113232716449, 5232880523393, 8194888366823
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1998

Keywords

Crossrefs

Cf. A002110.
Cf. product of n successive primes: A006094, A046301, A046302, A046303, A046324, A046326, A046327.

Programs

  • Magma
    [&*[ NthPrime(n+k): k in [0..6] ]: n in [1..17]];  // Bruno Berselli, Feb 25 2011
  • Mathematica
    Times@@@Partition[Prime[Range[50]],7,1] (* Harvey P. Dale, Oct 21 2011 *)

Extensions

Offset changed from 0 to 1 by Vincenzo Librandi, Jan 16 2012