login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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. 3
1, 6, 6, 840, 120, 332640, 5040, 259459200, 362880, 335221286400, 39916800, 647647525324800, 6227020800, 1748648318376960000, 1307674368000, 6288139352883548160000, 355687428096000, 29051203810321992499200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(2n-1)*a(2n) = (4n-1)!. a(1)*a(2) = 3!, a(3)*a(4) = 7!.
LINKS
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.
Sequence in context: A213149 A267727 A268144 * A370738 A221400 A330157
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Nov 03 2005
EXTENSIONS
More terms from Elizabeth A. Blickley (Elizabeth.Blickley(AT)gmail.com), Mar 10 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)