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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100249 Antidiagonal sums of the slanted Catalan convolution table A100247. 1
1, 1, 2, 3, 6, 15, 29, 63, 160, 333, 749, 1914, 4135, 9490, 24335, 53791, 125104, 321521, 721887, 1694914, 4362855, 9907851, 23429158, 60379623, 138320021, 328917615, 848432824, 1957091277, 4674847097, 12067450014, 27992976565 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=0..[2n/3]} C(n+k-[k/2], k)*(n-k-[k/2])/(n+k-[k/2]), with a(0)=1. G.f. A(x) satisfies: A(x^2) = ((1+x)/(2*x-(1-sqrt(1-4*x^3)))-(1-x)/(2*x+(1-sqrt(1+4*x^3)))).

PROG

(PARI) {a(n)=if(n==0, 1, sum(k=0, (2*n)\3, binomial(n+k-(k\2), k)*(n-k-(k\2))/(n+k-(k\2))))}

CROSSREFS

Cf. A100247.

Sequence in context: A066653 A081945 A158027 * A138477 A052102 A053561

Adjacent sequences:  A100246 A100247 A100248 * A100250 A100251 A100252

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 09 2004

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 15 17:46 EST 2012. Contains 205835 sequences.