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.

A195393 a(n) = (9*n)!.

Original entry on oeis.org

1, 362880, 6402373705728000, 10888869450418352160768000000, 371993326789901217467999448150835200000000, 119622220865480194561963161495657715064383733760000000000
Offset: 0

Views

Author

Vincenzo Librandi, Sep 24 2011

Keywords

Crossrefs

Programs

  • Magma
    [Factorial(9*n): n in [0..10]];
  • Mathematica
    (9Range[0,10])! (* Harvey P. Dale, Jan 25 2023 *)