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.

A028371 a(n) = (2^(n-1)-1)!*2^((2^(n-1)-1)-1).

Original entry on oeis.org

1, 24, 322560, 21424936845312000, 8829205774994708066835865418197893120000000
Offset: 2

Views

Author

Keywords

Crossrefs

Cf. A002866.

Programs

  • Magma
    [(Factorial(2^(n-1)-1))*2^((2^(n-1)-1)-1): n in [2..8]]; // Vincenzo Librandi, Jun 03 2011

Formula

a(n) = A002866(2^(n-1)-1).