Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A105474
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A105474 Triangle read by rows: T(n,k) is number of compositions of n into k parts when each odd part can be of two kinds. +0
2
2, 1, 4, 2, 4, 8, 1, 9, 12, 16, 2, 8, 30, 32, 32, 1, 14, 37, 88, 80, 64, 2, 12, 66, 136, 240, 192, 128, 1, 19, 75, 257, 440, 624, 448, 256, 2, 16, 116, 352, 890, 1312, 1568, 1024, 512, 1, 24, 126, 564, 1401, 2844, 3696, 3840, 2304, 1024, 2, 20, 180, 720, 2370, 5004 (list; table; graph; listen)
OFFSET

1,1

FORMULA

G.f.=tz(2+z)/(1-2tz-z^2-tz^2).

EXAMPLE

T(4,2)=9 because we have (1,3),(1',3),(1,3'),(1',3'),(3,1),(3',1),(3,1'),(3',1') and (2,2).

Triangle begins:

2;

1,4;

2,4,8;

1,9,12,16;

2,8,30,32,32;

MAPLE

G:=t*z*(2+z)/(1-2*t*z-z^2-t*z^2): Gser:=simplify(series(G, z=0, 14)): for n from 1 to 12 do P[n]:=sort(coeff(Gser, z^n)) od: for n from 1 to 12 do seq(coeff(P[n], t^k), k=1..n) od; # yields sequence in triangular form

CROSSREFS

Row sums yield A052945.

Sequence in context: A065295 A035685 A118736 this_sequence A120988 A095979 A054269

Adjacent sequences: A105471 A105472 A105473 this_sequence A105475 A105476 A105477

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 09 2005

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 15 12:29 EDT 2010. Contains 173428 sequences.


AT&T Labs Research