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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126804 Multiplying n X n integers above n. 4
2, 24, 360, 6720, 151200, 3991680, 121080960, 4151347200, 158789030400, 6704425728000, 309744468633600, 15543540607795200, 841941782922240000, 48962152914554880000, 3042648073975910400000, 201220459292273541120000 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(n)=2*A001814(n) - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 03 2007

A179214(n) <= a(n). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 05 2010]

FORMULA

a(n) = (2n)! / (n-1)!

EXAMPLE

a(5)= 151200 because five digits above 5: (6, 7, 8, 9, 10), multiplied by five equals 5*(6*7*8*9*10)= 151200

MAPLE

a:=n->sum((count(Permutation(2*n+2), size=n+1)), j=0..n): seq(a(n), n=0..15); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 03 2007

seq(mul((n+k), k=0..n), n=1..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 21 2007

with(combstruct):with(combinat) :bin := {B=Union(Z, Prod(B, B))}: seq (count([B, bin, labeled], size=n)*(n-1), n=2..17); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 05 2007

CROSSREFS

Cf. A045943, A073838. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 05 2010]

Sequence in context: A043699 A134805 A119702 * A170913 A090114 A188953

Adjacent sequences:  A126801 A126802 A126803 * A126805 A126806 A126807

KEYWORD

nonn

AUTHOR

Jonathan R. Love (japanada11(AT)yahoo.ca), Feb 22 2007

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 05:54 EST 2012. Contains 205985 sequences.