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.

Original entry on oeis.org

9699690, 111546435, 1078282205, 6685349671, 35336848261, 131710070791, 435656388001, 1204461778591, 3359814435017, 8618654420261, 18128893780549, 39181802686993, 75186702453419, 133869006807307, 245945384599471
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, A046325, A046327.

Programs

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

Extensions

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