login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062199 Second (unsigned) column sequence of triangle A062140 (generalized a=4 Laguerre). 6
1, 12, 126, 1344, 15120, 181440, 2328480, 31933440, 467026560, 7264857600, 119870150400, 2092278988800, 38532804710400, 746943599001600, 15205637551104000, 324386934423552000, 7237883474325504000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets

Index entries for sequences related to Laguerre polynomials

FORMULA

E.g.f.: (1+5*x)/(1-x)^7.

a(n)=A062140(n+1, 1) = (n+1)!*binomial(n+5, 5).

If we define f(n,i,x)= sum(sum(binomial(k,j)*stirling1(n,k)*stirling2(j,i)*x^(k-j),j=i..k),k=i..n) then a(n-1)=(-1)^(n-1)*f(n,1,-6), (n>=1). [From Milan R. Janjic (agnus(AT)blic.net), Mar 01 2009]

MATHEMATICA

Table[Sum[n!/5!, {i, 5, n}], {n, 5, 21}] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 12 2009]

PROG

(Other) sage: [binomial(n, 5)*factorial (n-4) for n in xrange(5, 22)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 07 2009]

CROSSREFS

A001720 (first column of A062140).

Sequence in context: A159736 A004991 A101602 * A199528 A124797 A045508

Adjacent sequences:  A062196 A062197 A062198 * A062200 A062201 A062202

KEYWORD

nonn,easy

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de), Jun 19 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.