Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107729
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107729 Triangle T(n,k), 0<=k<=n, read by rows, defined by T(0,0) = 1; T(0,k) = 0 if k<0 or if k>0; T(n,k) = k*T(n-1,k-1) + (k+2)*T(n-1,k+1). +0
1
1, 0, 1, 2, 0, 2, 0, 8, 0, 6, 16, 0, 40, 0, 24, 0, 136, 0, 240, 0, 120, 272, 0, 1232, 0, 1680, 0, 720, 0, 3968, 0, 12096, 0, 13440, 0, 5040, 7936, 0, 56320, 0, 129024, 0, 120960, 0, 40320, 0, 176896, 0, 814080, 0, 1491840, 0, 1209600, 0, 362880, 353792, 0 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Triangle is related to the tangent numbers A000182.

REFERENCES

S. Mukai, An Introduction to Invariants and Moduli, Cambridge, 2003; see p. 446.

FORMULA

T(n, n) = n!; T(n, 0) = 0 if n = 2m+1; T(n, 0) = A000182(m+1) if n = 2m.

Sum_{k, k>=0} T(m, k)*T(n, k)*(k+1) = T(m+n, 0).

Sum_{k, k>=0} T(n, k) = |A003707(n+1)|.

EXAMPLE

Triangle begins:

1;

0, 1;

2, 0, 2;

0, 8, 0, 6;

16, 0, 40, 0, 24;

0, 136, 0, 240, 0, 120;

272, 0, 1232, 0, 1680, 0, 720;

0, 3968, 0, 12096, 0, 13440, 0, 5040;

7936, 0, 56320, 0, 129024, 0, 120960, 0, 40320;

0, 176896, 0, 814080, 0, 1491840, 0, 1209600, 0, 362880;

353792, 0, 3610112, 0, 12207360, 0, 18627840, 0, 13305660, 0, 3628800;

...

MAPLE

T:=proc(n, k) if k=-1 then 0 elif n=1 and k=1 then 1 elif k>n then 0 else (k-1)*T(n-1, k-1)+(k+1)*T(n-1, k+1) fi end: for n from 1 to 11 do seq(T(n, k), k=1..n) od; # yields sequence in triangular form (Deutsch) [Produces triangle with a different offset]

CROSSREFS

Similar to A104035. Leading edge is essentially A000182.

Cf. A003707.

Adjacent sequences: A107726 A107727 A107728 this_sequence A107730 A107731 A107732

Sequence in context: A047765 A068463 A099554 this_sequence A113400 A136668 A057498

KEYWORD

nonn,easy,tabl

AUTHOR

njas, Jun 10 2005

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 13 2005

Additional comments from Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 17 2005

Edited by njas, Aug 23 2008 at the suggestion of R. J. Mathar

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 January 8 02:43 EST 2009. Contains 152824 sequences.


AT&T Labs Research