Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132005
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132005 Triangle, read by rows, where T(n,k) = n*T(n-1,k-1) + T(n-1,k-2) for n>0 and k>1, with T(n,0) = T(n-1,n-1) and T(n,1) = n*T(n-1,0) for n>0 and T(0,0) = 1. +0
2
1, 1, 1, 1, 2, 3, 3, 3, 7, 11, 11, 12, 15, 31, 51, 51, 55, 71, 87, 170, 286, 286, 306, 381, 481, 593, 1107, 1886, 1886, 2002, 2428, 2973, 3748, 4632, 8342, 14309, 14309, 15088, 17902, 21426, 26212, 32957, 40804, 71368, 122814, 122814, 128781, 150101, 176206 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Row sums yield factorials (A000142).

EXAMPLE

Triangle begins:

1;

1, 1;

1, 2, 3;

3, 3, 7, 11;

11, 12, 15, 31, 51;

51, 55, 71, 87, 170, 286;

286, 306, 381, 481, 593, 1107, 1886;

1886, 2002, 2428, 2973, 3748, 4632, 8342, 14309;

14309, 15088, 17902, 21426, 26212, 32957, 40804, 71368, 122814;

122814, 128781, 150101, 176206, 210736, 257334, 322825, 400193, 683116, 1176694; ...

PROGRAM

(PARI) {T(n, k)=if(k<0|n<k, 0, if(n==0&k==0, 1, if(k==0, T(n-1, n-1), n*T(n-1, k-1)+T(n-1, k-2))))}

CROSSREFS

Cf. A132006 (column 0).

Sequence in context: A141479 A055081 A109833 this_sequence A088041 A022296 A013069

Adjacent sequences: A132002 A132003 A132004 this_sequence A132006 A132007 A132008

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Aug 07 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 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research