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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062142 Fourth (unsigned) column sequence of coefficient triangle A062137 of generalized Laguerre polynomials n!*L(n,3,x). 1
1, 28, 560, 10080, 176400, 3104640, 55883520, 1037836800, 19978358400, 399567168000, 8310997094400, 179819755315200, 4045944494592000, 94612855873536000, 2297740785500160000, 57903067794604032000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index entries for sequences related to Laguerre polynomials

FORMULA

a(n)= (n+3)!*binomial(n+6, 6)/3!; e.g.f.:(1+18*x+45*x^2+20*x^3)/(1-x)^10.

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-3)=(-1)^(n-1)*f(n,3,-7), (n>=3). [From Milan R. Janjic (agnus(AT)blic.net), Mar 01 2009]

PROG

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

CROSSREFS

A062141.

Sequence in context: A163198 A001234 A145149 * A107397 A053110 A004371

Adjacent sequences:  A062139 A062140 A062141 * A062143 A062144 A062145

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 16 19:06 EST 2012. Contains 205945 sequences.