|
Search: id:A047920
|
|
|
| A047920 |
|
Triangular array formed from successive differences of factorial numbers. |
|
+0 11
|
|
| 1, 1, 0, 2, 1, 1, 6, 4, 3, 2, 24, 18, 14, 11, 9, 120, 96, 78, 64, 53, 44, 720, 600, 504, 426, 362, 309, 265, 5040, 4320, 3720, 3216, 2790, 2428, 2119, 1854, 40320, 35280, 30960, 27240, 24024, 21234, 18806, 16687, 14833, 362880, 322560
(list; table; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
Number of permutations of 1,2,...,k,n+1,n+2,...,2n-k that have no agreements with 1,...,n. For example consider 1234 and 1256, then n=4 and k=2, so T(4,2)=14. Compare A000255 for the case k=1. - Jon Perry (perry(AT)globalnet.co.uk), Jan 23 2004
|
|
REFERENCES
|
J. D. H. Dickson, Discussion of two double series arising from the number of terms in determinants of certain forms, Proc. London Math. Soc., 10 (1879), 120-122.
|
|
LINKS
|
Index entries for sequences related to factorial numbers
|
|
FORMULA
|
t(n, k) =t(n, k-1)-t(n-1, k-1) =t(n, k+1)-t(n-1, k) =n*t(n-1, k)+k*t(n-2, k-1) =(n-1)*t(n-1, k-1)+(k-1)*t(n-2, k-2) =A060475(n, k)*(n-k)! - Henry Bottomley (se16(AT)btinternet.com), Mar 16 2001
T(n, k) = Sum_{ j>= 0} (-1)^j * binomial(k, j)*(n-j)! . - Philippe DELEHAM, May 29 2005
|
|
EXAMPLE
|
1; 1,0; 2,1,1; 6,4,3,2; 24,18,14,11,9; 120,96,78,64,53,44; ...
|
|
CROSSREFS
|
Columns give A000142, A001563, A001564, etc. Cf. A047922.
See A068106 for another version of this triangle.
Orthogonal columns: A000166, A000255, A055790. Main diagonal A033815.
Adjacent sequences: A047917 A047918 A047919 this_sequence A047921 A047922 A047923
Sequence in context: A120258 A103880 A135899 this_sequence A075798 A009963 A008300
|
|
KEYWORD
|
nonn,tabl,easy,nice
|
|
AUTHOR
|
njas
|
|
|
Search completed in 0.003 seconds
|