Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100249
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100249 Antidiagonal sums of the slanted Catalan convolution table A100247. +0
2
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; listen)
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)))).

PROGRAM

(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: A090983 A066653 A081945 this_sequence A138477 A052102 A053561

Adjacent sequences: A100246 A100247 A100248 this_sequence A100250 A100251 A100252

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research