Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A090932
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A090932 n! / 2^floor(n/2). +0
1
1, 1, 1, 3, 6, 30, 90, 630, 2520, 22680, 113400, 1247400, 7484400, 97297200, 681080400, 10216206000, 81729648000, 1389404016000, 12504636144000, 237588086736000, 2375880867360000, 49893498214560000 (list; graph; listen)
OFFSET

0,4

COMMENT

Number of ordered permutations of the n-th row of Pascal's triangle.

FORMULA

a(n) = binomial(n-1, 2) * a(n-2). E.g.f.: (1+x)/(1-1/2*x^2).

EXAMPLE

a(5) = 5!/2^2 = 120/4 = 30.

MAPLE

a:=n->mul(denom(k/binomial(k, 2)), k=3..n): seq(a(n), n=1..22); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2008

a:=n->mul(numer ((k+1)/(k+3)), k=0..n): seq(a(n), n=-1..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2008

a:=n->mul(denom ((k+1)/(k+3)), k=0..n): seq(a(n), n=-3..18); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2008

PROGRAM

(PARI) a(n)=n!/2^floor(n/2)

CROSSREFS

Cf. A052277, A007019.

The function appears in several expansions: A009775, A046979, A046981, A007415, A007452.

Sequence in context: A136944 A136946 A125521 this_sequence A157534 A133799 A088436

Adjacent sequences: A090929 A090930 A090931 this_sequence A090933 A090934 A090935

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Feb 26 2004

EXTENSIONS

Edited by Ralf Stephan (ralf(AT)ark.in-berlin.de), Sep 07 2004

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research