Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132393
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132393 Triangle T(n,k), 0<=k<=n, read by rows given by [0,1,1,2,2,3,3,4,4,5,5,...] DELTA [1,0,1,0,1,0,1,0,1,...] where DELTA is the operator defined in A084938 . +0
2
1, 0, 1, 0, 1, 1, 0, 2, 3, 1, 0, 6, 11, 6, 1, 0, 24, 50, 35, 10, 1, 0, 120, 274, 225, 85, 15, 1, 0, 720, 1764, 1624, 735, 175, 21, 1, 0, 5040, 13068, 13132, 6769, 1960, 322, 28, 1, 0, 40320, 109584, 118124, 67284, 22449, 4536, 546, 36, 1, 0, 362880, 1026576, 1172700 (list; table; graph; listen)
OFFSET

0,8

COMMENT

A094645*A007318 as infinite lower triangular matrices . Unsigned Stirling numbers of first kind A048994 .

Row sums are the factorial numbers. - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 18 2008

REFERENCES

Steve Roman, The Umbral Calculus, Dover Publications, New York (1984), pp. 149-150

FORMULA

T(n,k)=T(n-1,k-1)+(n-1)*T(n-1,k), n,k>=1 ; T(n,0)=T(0,k) ; T(0,0)=1 .

Sum_{k, 0<=k<=n}T(n,k)*x^(n-k)= A000012(n), A000142(n), A001147(n), A007559(n), A007696(n), A008548(n), A008542(n), A113136(n), A113137(n) for x = 0, 1, 2, 3, 4, 5, 6, 7, 8 respectively . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 13 2007

Expand 1/(1-t)^x = Sum[p(x,n)*t^n/n!,{n,0,Infinity}]; then the coefficients of the p(x,n) produce the triangle. - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 18 2008

EXAMPLE

Triangle begins:

1;

0, 1;

0, 1, 1;

0, 2, 3, 1;

0, 6, 11, 6, 1;

0, 24, 50, 35, 10, 1;

0, 120, 274, 225, 85, 15, 1 ;...

MATHEMATICA

Clear[p, g] p[t_] = 1/(1 - t)^x; Table[ ExpandAll[(n!)SeriesCoefficient[ Series[p[t], {t, 0, 30}], n]], {n, 0, 10}]; a = Table[(n!)* CoefficientList[SeriesCoefficient[ Series[p[t], {t, 0, 30}], n], x], {n, 0, 10}]; Flatten[a] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 18 2008

CROSSREFS

Cf. A008275, A048994, A130534.

Sequence in context: A081247 A005210 A048994 this_sequence A121434 A137329 A004579

Adjacent sequences: A132390 A132391 A132392 this_sequence A132394 A132395 A132396

KEYWORD

nonn,tabl

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 10 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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research