Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108073
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108073 Triangle in A071943 with rows reversed. +0
1
1, 1, 1, 3, 2, 1, 9, 7, 3, 1, 31, 24, 12, 4, 1, 113, 89, 46, 18, 5, 1, 431, 342, 183, 76, 25, 6, 1, 1697, 1355, 741, 323, 115, 33, 7, 1, 6847, 5492, 3054, 1376, 520, 164, 42, 8, 1, 28161, 22669, 12768, 5900, 2326, 786, 224, 52, 9, 1, 117631, 94962, 54033, 25464 (list; table; graph; listen)
OFFSET

0,4

COMMENT

A convolution triangle based on A052709 (with first term omitted). - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 15 2005

FORMULA

G.f.=(1-q)/[z(2-t+2z+tq)], where q=sqrt(1-4z-4z^2). - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 06 2005

T(0, 0) = 1; T(n, k) = 0 if k<0 or if k>n; T(n, k) = Sum_{j, j>=0} T(n-1, k-1+j) + Sum_{j, j>=0} T(n-1, k+1+j) . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 15 2005

EXAMPLE

1; 1,1; 3,2,1; 9,7,3,1; 31,24,12,4,1; ...

MAPLE

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

CROSSREFS

Row sums yield A071356. Column 0 yields A052709.

Sequence in context: A079749 A002350 A109267 this_sequence A057731 A126074 A108916

Adjacent sequences: A108070 A108071 A108072 this_sequence A108074 A108075 A108076

KEYWORD

nonn,tabl,easy

AUTHOR

njas, Jun 05 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 06 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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research