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.

A210278 (5n)!/5^n.

Original entry on oeis.org

1, 24, 145152, 10461394944, 3892643213082624, 4963587213865915514880, 16976183027980227752723742720, 132264293969742655099733137120296960, 2088743125114618199924764850166056689336320, 61246577083125859615725138685776750112964471685120
Offset: 0

Views

Author

Mohammad K. Azarian, Mar 20 2012

Keywords

Crossrefs

Programs

  • Magma
    [Factorial(5*n)/5^n: n in [0..10]]; // Vincenzo Librandi, Feb 15 2013
  • Mathematica
    Table[(5 n)!/5^n, {n, 0, 10}] (* Vincenzo Librandi, Feb 15 2013 *)
    With[{nn=100},Take[CoefficientList[Series[1/(1-x^5/5),{x,0,nn}],x] Range[0,nn]!,{1,-1,5}]] (* Harvey P. Dale, May 27 2025 *)

Formula

E.g.f.: 1/(1-x^5/5).