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.

A325624 a(n) = prime(n)^(n!).

Original entry on oeis.org

2, 9, 15625, 191581231380566414401, 92709068817830061978520606494193845859707401497097037749844778027824097442147966967457359038488841338006006032592594389655201
Offset: 1

Views

Author

Gus Wiseman, May 13 2019

Keywords

Comments

A subsequence of A325619 (numbers whose prime indices have reciprocal factorial sum equal to 1).

Crossrefs

Reciprocal factorial sum: A002966, A051908, A316855, A325618, A325619.

Programs

  • Mathematica
    Table[Prime[n]^n!,{n,5}]