login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A246574
a(n) = 2*(n-1)*Catalan(n).
2
0, 4, 20, 84, 336, 1320, 5148, 20020, 77792, 302328, 1175720, 4576264, 17829600, 69535440, 271455660, 1060730100, 4148633280, 16239715800, 63621474840, 249436575960, 978650680800, 3842267672880, 15094623000600, 59335590776904, 233373427269696
OFFSET
1,2
LINKS
Igor Pak, History of Catalan numbers, arXiv:1408.5711 [math.HO], 2014. See Section 5, A_n.
MATHEMATICA
Table[2 (CatalanNumber[n] (n - 1)), {n, 1, 30}] (* Vincenzo Librandi, Aug 31 2014 *)
PROG
(Magma) [2*(n-1)*Catalan(n): n in [1..30]]; // Vincenzo Librandi, Aug 31 2014
CROSSREFS
Sequence in context: A099898 A003489 A167682 * A155721 A084240 A080674
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Aug 30 2014
STATUS
approved