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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077835 Expansion of 1/(1-2*x-2*x^2-2*x^3). 4
1, 2, 6, 18, 52, 152, 444, 1296, 3784, 11048, 32256, 94176, 274960, 802784, 2343840, 6843168, 19979584, 58333184, 170311872, 497249280, 1451788672, 4238699648, 12375475200, 36131927040, 105492203776, 307999212032, 899246685696, 2625476203008, 7665444201472 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) is the number of ways two opposing basketball teams could score a combined total of n points (counting one point free throws, two point field goals, and three point field goals) considering the order of the scoring as important. [From Geoffrey Critzer (critzer.geoffrey(AT)usd443), Feb 07 2009]

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (2,2,2)

FORMULA

a(n)=sum{k=0..n, T(n-k, k)2^(n-k)}, T(n, k) = trinomial coefficients (A027907). - Paul Barry (pbarry(AT)wit.ie), Feb 15 2005

a(n)=sum{k=0..n, sum{i=0..floor((n-k)/2), C(n-k-i, i)C(k, n-k-i)}*2^k} - Paul Barry (pbarry(AT)wit.ie), Apr 26 2005

a(n)= 2*a(n-1)+2*a(n-2)+2*a(n-3) [From Geoffrey Critzer (critzer.geoffrey(AT)usd443), Feb 07 2009]

MATHEMATICA

LinearRecurrence[{2, 2, 2}, {1, 2, 6}, 100] (* From Vladimir Joseph Stephan Orlovsky, Jul 03 2011 *)

CROSSREFS

Cf. A071675.

Sequence in context: A156989 A077935 * A077984 A052979 A005507 A094864

Adjacent sequences:  A077832 A077833 A077834 * A077836 A077837 A077838

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Nov 17 2002

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 17 14:49 EST 2012. Contains 206048 sequences.