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!)
A037966 a(n) = n^2*binomial(2*n-2, n-1). 9
0, 1, 8, 54, 320, 1750, 9072, 45276, 219648, 1042470, 4862000, 22355476, 101582208, 457002364, 2038517600, 9026235000, 39710085120, 173712232710, 756088415280, 3276123843300, 14138105520000, 60790319209620, 260516811228960, 1113068351807880, 4742456099097600, 20154752301937500, 85453569951920352 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
The right-hand side of a binomial coefficient identity in H. W. Gould, Combinatorial Identities, Morgantown, 1972.
LINKS
Nikita Gogin and Mika Hirvensalo, On the Moments of Squared Binomial Coefficients, (2020).
Han Mao Kiah, Alexander Vardy, and Hanwen Yao, Efficient Algorithms for the Bee-Identification Problem, arXiv:2212.09952 [cs.IT], 2022.
FORMULA
a(n) = Sum_{k=0..n} k^2*binomial(n,k)^2. - Paul Barry, Mar 04 2003
a(n) = n^2*A000984(n-1). - Zerinvary Lajos, Jan 18 2007, corrected Jul 26 2015
a(n) = n*A037965(n). - Zerinvary Lajos, Jan 18 2007, corrected Jul 26 2015
(n-1)^3*a(n) = 2*n^2*(2*n-3)*a(n-1). - R. J. Mathar, Jul 26 2015
E.g.f.: x*exp(2*x)*((1 + 2*x)*BesselI(0,2*x) + 2*x*BesselI(1,2*x)). - Ilya Gutkovskiy, Mar 04 2021
MATHEMATICA
Array[#^2*Binomial[2#-2, #-1] &, 27, 0] (* Michael De Vlieger, Jul 15 2020 *)
PROG
(PARI) {a(n) = n^2*binomial(2*n-2, n-1)} \\ Seiichi Manyama, Jul 15 2020
(Magma) [0] cat [n^3*Catalan(n-1): n in [1..30]]; // G. C. Greubel, Jun 19 2022
(SageMath) [n^3*catalan_number(n-1) for n in (0..30)] # G. C. Greubel, Jun 19 2022
CROSSREFS
Sequence in context: A122657 A152692 A351845 * A091433 A081899 A057970
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Seiichi Manyama, Jul 15 2020
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 June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)