Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113550
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113550 a(n) = product of n successive numbers up to n, if n is odd a(n) = n*(n-1)*.. = n!,if n is even a(n) = n(n+1)(n+2)... 'n' terms. +0
3
1, 6, 6, 840, 120, 332640, 5040, 259459200, 362880, 335221286400, 39916800, 647647525324800, 6227020800, 1748648318376960000, 1307674368000, 6288139352883548160000, 355687428096000, 29051203810321992499200000 (list; graph; listen)
OFFSET

1,2

COMMENT

a(2n-1)*a(2n) = (4n-1)!. a(1)*a(2) = 3!, a(3)*a(4) = 7!.

FORMULA

a(1) = 1, a(2n-1) = (2n-1)!, a(2n) = (4n-1)!/(2n-1)!.

EXAMPLE

a(3) = 3*2*1 = 6, a(4)= 4*5*6*7=840.

MATHEMATICA

n = 1; anfunc[n_] := (If [EvenQ[n], {an = n, Do[an = an*(n + i), {i, n - 1}]}, an = n! ]; an) Table[anfunc[n], {n, 1, 30}] - Elizabeth A. Blickley (Elizabeth.Blickley(AT)gmail.com), Mar 10 2006

CROSSREFS

Cf. A113549.

Adjacent sequences: A113547 A113548 A113549 this_sequence A113551 A113552 A113553

Sequence in context: A085804 A012125 A123190 this_sequence A011098 A010499 A019734

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 03 2005

EXTENSIONS

More terms from Elizabeth A. Blickley (Elizabeth.Blickley(AT)gmail.com), Mar 10 2006

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 October 15 09:18 EDT 2008. Contains 145015 sequences.


AT&T Labs Research