The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A228080 (5*n+2)!/(2*(n!)^5), n >= 0. 0
1, 2520, 7484400, 22870848000, 70579794285000, 218799620836917120, 679953587124305894400, 2116187746296592370688000, 6592431144164903462359935000, 20550499897066845200729434200000, 64091912654977017603465324370118400, 199956261330234671205699024876891648000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Although limit( a(n)^(1/n), n=infinity ) = 5^5, apparently this sequence is not a Hausdorff moment sequence of any positive function on (0,5^5).
LINKS
FORMULA
In Maple notation:
O.g.f. : hypergeom([3/5, 4/5, 6/5, 7/5], [1, 1, 1], 5^5*z);
E.g.f. : hypergeom([3/5, 4/5, 6/5, 7/5], [1, 1, 1, 1], 5^5*z);
Asymptotics: a(n) -> (25*n^2+5*n-2)*(5^(5*n+1/2))* n^(-2)/(8*Pi^2), for n -> infinity.
D-finite with recurrence (n^4)*a(n) -5*(5*n+1)*(5*n+2)*(5*n-2)*(5*n-1)*a(n-1)=0. - R. J. Mathar, Jul 27 2022
MAPLE
seq((5*n+2)!/(2*(n!)^5), n=0..11).
MATHEMATICA
Table[(5n+2)!/(2(n!)^5), {n, 0, 15}] (* Harvey P. Dale, Aug 04 2019 *)
CROSSREFS
Cf. A002544.
Sequence in context: A107531 A123485 A282433 * A172553 A172580 A172684
KEYWORD
nonn
AUTHOR
Karol A. Penson, Aug 09 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 18 07:16 EDT 2024. Contains 372618 sequences. (Running on oeis4.)