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.

A281997 a(n) = (n-1)^n * n^n.

Original entry on oeis.org

0, 4, 216, 20736, 3200000, 729000000, 230539333248, 96717311574016, 51998697814228992, 34867844010000000000, 28531167061100000000000, 27982542656501458535448576, 32405578483833249047003529216, 43752153272681450786889799450624
Offset: 1

Views

Author

Daniel Suteu, Feb 04 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(n (n - 1))^n, {n, 14}] (* Michael De Vlieger, Feb 05 2017 *)
  • PARI
    a(n) = (n*(n-1))^n;

Formula

a(n) ~ A174881(n) / e^2.
a(n) = A007778(n-1)*A000312(n). - Felix Fröhlich, Feb 05 2017