Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A048594
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A048594 Triangle a(n,k) = k! * Stirling1(n,k), 1<=k<=n. +0
12
1, -1, 2, 2, -6, 6, -6, 22, -36, 24, 24, -100, 210, -240, 120, -120, 548, -1350, 2040, -1800, 720, 720, -3528, 9744, -17640, 21000, -15120, 5040, -5040, 26136, -78792, 162456, -235200, 231840, -141120, 40320, 40320, -219168, 708744, -1614816, 2693880, -3265920, 2751840 (list; table; graph; listen)
OFFSET

1,3

COMMENT

Row sums (unsigned) give A007840(n), n>=1; (signed): A006252(n), n>=1.

Apart from signs, coefficients in expansion of n-th derivative of 1/ln(x).

FORMULA

a(n, k)= k*a(n-1, k-1)-(n-1)*a(n-1, k) if n>=k>=1, a(n, 0) := 0 and a(1, 1)=1, else 0.

E.g.f. k-th column: ln(1+x)^k, k>=1.

EXAMPLE

1; -1,2; 2,-6,6; -6,22,-36,24; 24,-100,210,-240,120; ...

2nd derivative of 1/ln(x) is -2/x^3*ln(x)^2-6/x^3*ln(x)^3-6/x^3*ln(x)^4.

MAPLE

with(combinat): A048594 := (n, k)->k!*stirling1(n, k);

MATHEMATICA

Table[ D[ 1/Log[ z ], {z, n} ], {n, 10} ]

PROGRAM

(PARI) {T(n, k)= if(k<1| k>n, 0, stirling(n, k)* k!)} /* Michael Somos Apr 11 2007 */

CROSSREFS

Cf. A008275, A019538, A075181.

Adjacent sequences: A048591 A048592 A048593 this_sequence A048595 A048596 A048597

Sequence in context: A084700 A122766 A033742 this_sequence A130493 A010762 A055993

KEYWORD

sign,tabl,easy,nice

AUTHOR

Oleg Marichev (oleg(AT)wolfram.com)

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 October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research