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.

Original entry on oeis.org

30030, 255255, 1616615, 7436429, 30808063, 86822723, 247110827, 595973171, 1348781387, 2756205443, 5037203051, 9586934839, 15805487167, 25828479029, 42647023513, 66238993967, 98733594781, 138896412997, 202652143553
Offset: 1

Views

Author

Patrick De Geest, Jun 15 1998

Keywords

Crossrefs

Programs

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

Extensions

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