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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062194 Fifth column sequence of triangle A062139 (generalized a=2 Laguerre). 1
1, 35, 840, 17640, 352800, 6985440, 139708800, 2854051200, 59935075200, 1298593296000, 29088489830400, 674324082432000, 16183777978368000, 402104637462528000, 10339833534750720000, 275039572024369152000 (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+24*x+90*x^2+80*x^3+15*x^4)/(1-x)^11.

a(n)=A062139(n+4, 4) = (n+4)!*binomial(n+6, 6)/4!.

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

PROG

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

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

CROSSREFS

A001710, A005990, A005461, A062193.

Sequence in context: A028024 A109508 A001724 * A004372 A080250 A014934

Adjacent sequences:  A062191 A062192 A062193 * A062195 A062196 A062197

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 15 04:59 EST 2012. Contains 205694 sequences.