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!)
A010792 a(n) = n!*(n+3)! / 3!. 5
1, 4, 40, 720, 20160, 806400, 43545600, 3048192000, 268240896000, 28970016768000, 3766102179840000, 579979735695360000, 104396352425164800000, 21714441304434278400000, 5168037030455358259200000, 1395369998222946729984000000, 424192479459775805915136000000 (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) = 6*BesselI(3,2) = 6*A261879.
Sum_{n>=0} (-1)^n/a(n) = 6*BesselJ(3,2). (End)
MAPLE
f := n->n!*(n+3)!/3!;
MATHEMATICA
Table[n! (n + 3)! / 3!, {n, 0, 20}] (* Vincenzo Librandi, Feb 25 2017 *)
PROG
(Magma) [Factorial(n)*Factorial(n+3)/6: n in [0..20]]; // Vincenzo Librandi, Feb 25 2017
(PARI) a(n) = n!^2*binomial(n+3, 3) \\ Charles R Greathouse IV, Oct 23 2023
CROSSREFS
Sequence in context: A153849 A372232 A251574 * A064422 A258662 A140701
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Feb 25 2017
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)