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.

A030661 Product of next 2 primes after n.

Original entry on oeis.org

6, 15, 35, 35, 77, 77, 143, 143, 143, 143, 221, 221, 323, 323, 323, 323, 437, 437, 667, 667, 667, 667, 899, 899, 899, 899, 899, 899, 1147, 1147, 1517, 1517, 1517, 1517, 1517, 1517, 1763, 1763, 1763, 1763
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A000040.

Programs

  • Maple
    A030661 := n->nextprime(n) * nextprime(nextprime(n));

Formula

a(n) = A151800(n) * A101300(n) . - R. J. Mathar, Aug 09 2019