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.

A187083 a(n) = binomial(n^n, n).

Original entry on oeis.org

1, 6, 2925, 174792640, 2475588476563125, 14320984850603177651837856, 50975600425441237253196072020826978589, 155681826868802708662507744652859497547627180714885120, 541851389452483826218851027234763464912884507272826833630475746754951097
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Magma
    [Binomial(n^n, n): n in [1..15]]; // Vincenzo Librandi, Apr 22 2011
  • Mathematica
    Table[Binomial[n^n,n],{n,12}]

Formula

a(n) ~ n^(n^2) / n!. - Vaclav Kotesovec, Jul 02 2016