Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117274
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117274 Triangle read by rows: T(n,k) is the number of partitions of n with no even part repeated and having k 1's (n>=0, 0<=k<=n). +0
3
1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 2, 1, 1, 1, 0, 1, 3, 2, 1, 1, 1, 0, 1, 3, 3, 2, 1, 1, 1, 0, 1, 4, 3, 3, 2, 1, 1, 1, 0, 1, 6, 4, 3, 3, 2, 1, 1, 1, 0, 1, 7, 6, 4, 3, 3, 2, 1, 1, 1, 0, 1, 9, 7, 6, 4, 3, 3, 2, 1, 1, 1, 0, 1, 12, 9, 7, 6, 4, 3, 3, 2, 1, 1, 1, 0, 1, 14, 12, 9, 7, 6, 4, 3, 3, 2, 1, 1, 1, 0 (list; table; graph; listen)
OFFSET

0,16

COMMENT

Row sums yield A001935. T(n,0)=A117275(n). T(n,k)=T(n-k,0)=A117275(n-k). Sum(k*T(n,k),k=0..n)=A117276(n).

FORMULA

G.f.=G(t,x)=(1+x^2)*product((1+x^(2k))/(1-x^(2k-1)), k=2..infinity)/(1-tx).

EXAMPLE

T(8,2)=3 because we have [6,1,1],[4,2,1,1] and [3,3,1,1].

MAPLE

g:=(1+x^2)*product((1+x^(2*k))/(1-x^(2*k-1)), k=2..50)/(1-t*x): gser:=simplify(series(g, x=0, 23)): P[0]:=1: for n from 1 to 14 do P[n]:=sort(coeff(gser, x^n)) od: for n from 0 to 14 do seq(coeff(P[n], t, j), j=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A001935, A117275, A117276.

Adjacent sequences: A117271 A117272 A117273 this_sequence A117275 A117276 A117277

Sequence in context: A035212 A068029 A158208 this_sequence A140883 A064744 A135997

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 06 2006

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 November 8 20:39 EST 2009. Contains 166234 sequences.


AT&T Labs Research