Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A128099
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A128099 Triangle read by rows: T(n,k) is the number of ways to tile a 3 X n rectangle with k pieces of 2 X 2 tiles and 3n-4k pieces of 1 X 1 tiles (0<=k<=floor(n/2)). +0
2
1, 1, 1, 2, 1, 4, 1, 6, 4, 1, 8, 12, 1, 10, 24, 8, 1, 12, 40, 32, 1, 14, 60, 80, 16, 1, 16, 84, 160, 80, 1, 18, 112, 280, 240, 32, 1, 20, 144, 448, 560, 192, 1, 22, 180, 672, 1120, 672, 64, 1, 24, 220, 960, 2016, 1792, 448, 1, 26, 264, 1320, 3360, 4032, 1792, 128, 1, 28 (list; graph; listen)
OFFSET

0,4

COMMENT

Row sums are the Jacobsthal numbers (A001045). Sum(k(T(n,k),k=0..floor(n/2))=A095977(n-1).

FORMULA

T(n,k)=2^k*binom(n-k,k). G.f.=1/(1-z-2tz^2).

EXAMPLE

Triangle starts:

1;

1;

1,2;

1,4;

1,6,4;

1,8,12;

1,10,24,8;

1,12,40,32;

MAPLE

T:=proc(n, k) if k<=n/2 then 2^k*binomial(n-k, k) else 0 fi end: for n from 0 to 16 do seq(T(n, k), k=0..floor(n/2)) od; # yields sequence in triangular form

CROSSREFS

Cf. A001045, A095977.

Sequence in context: A146938 A147418 A146386 this_sequence A108952 A088522 A115124

Adjacent sequences: A128096 A128097 A128098 this_sequence A128100 A128101 A128102

KEYWORD

nonn,tabf

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 18 2007

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 December 4 23:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research