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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063017 Product of Catalan(n) and (3^n- 2^n +1)/2. 2
1, 3, 20, 165, 1484, 13986, 135960, 1352637, 13707980, 141061206, 1470489800, 15500280978, 164967244792, 1770548369700, 19143828730800, 208347968093085, 2280730450967820, 25096531231958670, 277445318198433000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

FORMULA

a(n) = Catalan(n)*(3^(n+1)-2^(n+1)+1)/2; o.g.f: -(sqrt(1-4x) - sqrt(1-8x)+ sqrt(1-12x) -1)/(4x)

PROG

(PARI) { for (n=0, 200, a=binomial(2*n, n)/(n + 1)*(3^(n+1) - 2^(n+1) + 1)/2; write("b063017.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 16 2009]

CROSSREFS

Cf. A000108, A063016.

Sequence in context: A123355 A192509 A012882 * A145329 A051643 A154644

Adjacent sequences:  A063014 A063015 A063016 * A063018 A063019 A063020

KEYWORD

easy,nonn

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com), Jul 04 2001

EXTENSIONS

Formula corrected by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 16 2009

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 14 11:36 EST 2012. Contains 205623 sequences.