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.

A028366 a(n) = (2^n - 1)!.

Original entry on oeis.org

1, 1, 6, 5040, 1307674368000, 8222838654177922817725562880000000, 1982608315404440064116146708361898137544773690227268628106279599612729753600000000000000
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    (2^Range[0, 6] - 1)! (* Alonso del Arte, Dec 24 2016 *)
  • PARI
    for(n=0, 10, print1((2^n -1)!, ", ")) \\ G. C. Greubel, Dec 25 2016