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!)
A010794 a(n) = n!*(n+5)!/5!. 5
1, 6, 84, 2016, 72576, 3628800, 239500800, 20118067200, 2092278988800, 263627152588800, 39544072888320000, 6959756828344320000, 1419790392982241280000, 332230951957844459520000, 88373433220786626232320000, 26512029966235987869696000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Amiram Eldar, Sep 27 2022: (Start)
Sum_{n>=0} 1/a(n) = 120*BesselI(5,2).
Sum_{n>=0} (-1)^n/a(n) = 120*BesselJ(5,2). (End)
MAPLE
f := n->n!*(n+5)!/5!;
MATHEMATICA
With[{c=5!}, Table[(n!(n+5)!)/c, {n, 0, 20}]] (* Harvey P. Dale, Oct 03 2011 *)
PROG
(Magma) [Factorial(n)*Factorial(n+5) / Factorial(5): n in [0..20]]; // Vincenzo Librandi, Oct 04 2011
(PARI) a(n)=n!^2*binomial(n+5, 5) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
Sequence in context: A014062 A147626 A123312 * A177560 A177562 A273935
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Oct 03 2011
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 April 28 07:46 EDT 2024. Contains 372020 sequences. (Running on oeis4.)