login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030060 Third derivative of Catalan generating function/3!. 2
5, 56, 420, 2640, 15015, 80080, 408408, 2015520, 9699690, 45762640, 212469400, 973496160, 4411154475, 19800295200, 88158457200, 389753179200, 1712478031110, 7483097278800, 32540135136600, 140883148005600, 607558575774150, 2610765994183776, 11182476723339600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = (2*(n+3))!/(3!*n!*(n+4)!) = (n+1)*(n+2)*(n+3)*C(n+3)/6, C(n): Catalan numbers.
From Amiram Eldar, Mar 22 2022: (Start)
Sum_{n>=0} 1/a(n) = (sqrt(3)*Pi - 5)/2.
Sum_{n>=0} (-1)^n/a(n) = 9*sqrt(5)*log(phi) - 19/2, where phi is the golden ratio (A001622). (End)
MATHEMATICA
Array[CatalanNumber[#] Binomial[#, 3] &, 19, 3] (* Michael De Vlieger, Dec 17 2017 *)
PROG
(MuPAD) combinat::catalan(n) *binomial(n, 3) $ n = 3..21 // Zerinvary Lajos, Feb 15 2007
(PARI) a(n) = (2*(n+3))!/(3!*n!*(n+4)!) \\ Andrew Howroyd, Dec 17 2017
CROSSREFS
Sequence in context: A041995 A288543 A062125 * A247710 A247774 A258490
KEYWORD
nonn
AUTHOR
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 December 4 05:52 EST 2023. Contains 367541 sequences. (Running on oeis4.)