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!)
A049070 a(n) = (n+1)^2*binomial(2*n+2,n-1)/2. 0
0, 2, 27, 224, 1500, 8910, 49049, 256256, 1288872, 6298500, 30093910, 141210432, 652860520, 2981331990, 13472983125, 60343756800, 268187306640, 1183875281820, 5194996380090, 22676052360000, 98513956031400, 426171522716940, 1836562780483002 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 16*x*( 2-7x +6x*sqrt(1-4x) )/ ( (1-4x)^5/2 * (1+sqrt(1-4x))^4 ). - R. J. Mathar, Nov 19 2011
MATHEMATICA
Table[(n+1)^2 Binomial[2n+2, n-1]/2, {n, 0, 30}] (* Harvey P. Dale, Apr 15 2018 *)
PROG
(PARI) a(n) = (n+1)^2*binomial(2*n+2, n-1)/2 \\ Michel Marcus, Jun 08 2013
CROSSREFS
Sequence in context: A051766 A058406 A216087 * A197316 A175529 A267547
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 April 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)