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.
%I A322252 #32 Sep 08 2022 08:46:23 %S A322252 1,1,945,1401400,2546168625,5194672859376,11423951396577720, %T A322252 26478825654361766400,63805953776276649848625, %U A322252 158421985022100255941485000,402789797982510165934296910320,1044048983553856888083223814102400,2749848597736878877579660426025283000 %N A322252 a(0) = 1 and a(n) = (5*n)!/(5!*n!^5) for n > 0. %F A322252 O.g.f.: F({1/5, 2/5, 3/5, 4/5}, {1, 1, 1}, 3125*x)/(120*x), where F is the generalized hypergeometric function. - _Stefano Spezia_, Dec 01 2018 %F A322252 a(n) = (1/5!)*A008978(n) for n >= 1. - _Peter Bala_, Feb 18 2020 %t A322252 a[n_]:=(5*n)!/(5!*n!^5); Array[a, 20] (* or *) CoefficientList[Series[HypergeometricPFQ[{1/5, 2/5, 3/5, 4/5}, {1, 1, 1}, 3125 x]/(120 x) , {x, 0, 20}], x] (* _Stefano Spezia_, Dec 01 2018 *) %o A322252 (Magma) [1] cat [Factorial(5*n)/(120*Factorial(n)^5):n in [1..12]]; // _Marius A. Burtea_, Feb 18 2020 %Y A322252 Row 5 of A060540. %Y A322252 Cf. A000142, A100734, A008978, A060542, A082368. %K A322252 nonn %O A322252 0,3 %A A322252 _Seiichi Manyama_, Nov 30 2018