Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A061206
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A061206 A diagonal of binomial coefficients multiplied by factorials array. +0
5
1, 10, 90, 840, 8400, 90720, 1058400, 13305600, 179625600, 2594592000, 39956716800, 653837184000, 11333177856000, 207484333056000, 4001483566080000, 81096733605888000, 1723305589125120000 (list; graph; listen)
OFFSET

1,2

LINKS

Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets

FORMULA

n*(n+3)!/24

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

EXAMPLE

a(4)=840 because 4*(7!)/24=4*7*6*5=840.

MAPLE

seq(sum(mul(j, j=3..n), k=4..n)/12, n=4..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 01 2007

MATHEMATICA

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

PROGRAM

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

CROSSREFS

Cf. A000142, A001563, A001286, A005990, A001339.

Sequence in context: A010576 A003952 A033136 this_sequence A137684 A097394 A063945

Adjacent sequences: A061203 A061204 A061205 this_sequence A061207 A061208 A061209

KEYWORD

nonn

AUTHOR

Melvin J. Knight (knightmj(AT)juno.com), May 30 2001

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jun 12 2001

Corrected by Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 07 2009

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research