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!)
A092934 Floor[Product of next n even numbers divided by product of first n odd numbers]. 0
2, 8, 64, 768, 12202, 240546, 5652480, 154090259, 4777917500, 165999652648, 6386199899437, 269455867248640, 12371082837260281, 613924958232961934, 32745240915899894988, 1868019304186661949347, 113491057175295931012181 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = Floor[2^n*(A057003(n)/A001147(n)].
MATHEMATICA
Table[Floor[2^n(n (n + 1)/2)!/(((n - 1) n/2)!*(2n - 1)!!)], {n, 1, 20}] (Steinerberger)
CROSSREFS
Sequence in context: A005612 A326290 A136282 * A224801 A191571 A347012
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Mar 22 2004
EXTENSIONS
More terms from Stefan Steinerberger, Jan 28 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 16 16:52 EDT 2024. Contains 371749 sequences. (Running on oeis4.)