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.

A076955 Product_{i=1..n} i^prime(i).

Original entry on oeis.org

1, 8, 1944, 31850496, 1555200000000000, 20311991333683200000000000, 4725188984058417024032990822400000000000, 680971499131541103151460312870118086801149132800000000000
Offset: 1

Views

Author

Amarnath Murthy, Oct 20 2002

Keywords

Crossrefs

n-th partial product of A062481.
Cf. A076954.

Programs

  • Maple
    seq(product(i^ithprime(i),i=1..n),n=1..13);

Formula

a(1) =1, a(n+1) = a(n)*(n+1)^prime(n+1).

Extensions

More terms from Sascha Kurz, Jan 22 2003