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.

A090603 Number of n-element labeled groupoids with a fixed identity.

Original entry on oeis.org

1, 2, 81, 262144, 152587890625, 28430288029929701376, 2651730845859653471779023381601, 178405961588244985132285746181186892047843328, 11790184577738583171520872861412518665678211592275841109096961
Offset: 1

Views

Author

Christian G. Bower, Dec 05 2003

Keywords

Comments

Also labeled partial groupoids with n-1 elements.

Programs

  • Mathematica
    Table[n^(n-1)^2,{n,10}] (* Harvey P. Dale, May 31 2019 *)

Formula

a(n) = n^((n-1)^2). - Alois P. Heinz, Jul 30 2012