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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062193 Fourth (unsigned) column sequence of triangle A062139 (generalized a=2 Laguerre). 4
1, 24, 420, 6720, 105840, 1693440, 27941760, 479001600, 8562153600, 159826867200, 3116623910400, 63465795993600, 1348648164864000, 29877743960064000, 689322235650048000, 16543733655601152000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

Index entries for sequences related to Laguerre polynomials

FORMULA

E.g.f.: (1+15*x+30*x^2+10*x^3)/(1-x)^9.

a(n)=A062139(n+3, 3) = (n+3)!*binomial(n+5, 5)/3!.

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

PROG

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

(PARI) { f=2; for (n=0, 100, f*=n + 3; write("b062193.txt", n, " ", f*binomial(n + 5, 5)/6) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 02 2009]

CROSSREFS

A001710, A005990, A005461.

Sequence in context: A018092 A016326 A072975 * A016268 A175199 A051546

Adjacent sequences:  A062190 A062191 A062192 * A062194 A062195 A062196

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 13 12:09 EST 2012. Contains 205469 sequences.