login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052737 a(n)=((2*n)!/n!)*2^(2*n+1). 0
0, 2, 16, 384, 15360, 860160, 61931520, 5449973760, 566797271040, 68015672524800, 9250131463372800, 1406019982432665600, 236211357048687820800, 43462889696958559027200 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

A simple context-free grammar in a labeled universe.

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 693

FORMULA

E.g.f.: 1/4-1/4*(1-16*x)^(1/2)

Recurrence: {a(1)=2, (8-16*n)*a(n)+a(n+1)}

(1/8)*16^(n+1)*GAMMA(n+1/2)/Pi^(1/2)

MAPLE

spec := [S, {B=Union(Z, C), S=Union(B, Z, C), C=Prod(S, S)}, labeled]: seq(combstruct[count](spec, size=n), n=0..20);

[seq((2*n)!/n!*2^(2*n+1), n=0..12)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 28 2006

CROSSREFS

Sequence in context: A015201 A068471 A140308 * A002474 A172149 A012390

Adjacent sequences:  A052734 A052735 A052736 * A052738 A052739 A052740

KEYWORD

easy,nonn

AUTHOR

encyclopedia(AT)pommard.inria.fr, Jan 25 2000

EXTENSIONS

Better definition from Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 28 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 09:12 EST 2012. Contains 206006 sequences.