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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036692 T(2n,n) with T as in A036355. 1
1, 2, 14, 84, 556, 3736, 25612, 177688, 1244398, 8777612, 62271384, 443847648, 3175924636, 22799963576, 164142004184, 1184574592592, 8567000931404, 62073936511496, 450518481039956, 3274628801768744, 23833760489660324 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Comment from N. J. A. Sloane, Jul 14 2009: (Start)

The following remarks and formulas are basically copied from the Apagodu-Zeilberger reference, where this sequence appears as an example.

These are the (old-time) basketball numbers, giving the number of ways a basketball game that ended with the score n : n can proceed. Recall that in the old days (before 1961), an atom of basketball-scoring could be only of one or two points.

Equivalently, this number is the number of ways of walking, in the square lattice, from (0; 0) to (n; n) using the atomic steps {(1; 0); (2; 0); (0; 1); (0; 2)}.

It satisfies the third-order linear recurrence:

(16/5)(2n + 3)(11n + 26)(1 + n)/((n + 3)(2 + n)(11n + 15))a(n)

-(4/5)(121n^3 + 649n^2 + 1135n + 646)/((n + 3)(2 + n)(11n + 15))a(1 + n)

-(2/5)(176n^2 + 680n + 605)/((11n + 15)(n + 3))a(2 + n) + a(n + 3) = 0 ;

subject to the initial conditions: a(0) = 1; a(1) = 2; a(2) = 14 :

Asymptotics (moused from pdf file, should be checked!): (.37305616)(4 + 2*sqrt(3))^n*n^(-1/2)(1 + (67/1452)*sqrt(3)-(119/484))/n +((6253/117128)-(7163/234256)sqrt(3))/n^2+(-(32645/15460896)sqrt(3)+(129625/10307264))/n^3).

(End)

LINKS

Moa APAGODU and Doron ZEILBERGER, FIVE Applications of Wilf-Zeilberger Theory to Enumeration and Probability

FORMULA

G.f.: ((3-4*x+2*(4*x^2-8*x+1)^(1/2))/((8*x+5)*(4*x^2-8*x+1)))^(1/2)   - Mark van Hoeij, Oct 30 2011.

PROG

(PARI) /* same as in A092566 but use */

steps=[[1, 0], [2, 0], [0, 1], [0, 2]];

/* Joerg Arndt, Jun 30 2011 */

CROSSREFS

Sequence in context: A077444 A138126 A053141 * A075140 A037563 A005610

Adjacent sequences:  A036689 A036690 A036691 * A036693 A036694 A036695

KEYWORD

nonn

AUTHOR

Floor van Lamoen (fvlamoen(AT)hotmail.com)

EXTENSIONS

Extended by Christian G. Bower (bowerc(AT)usa.net), Nov 18 2003

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 14:33 EST 2012. Contains 205818 sequences.