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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056923 Write the integers in groups: 0; 1,2; 3,4,5; 6,7,8,9; ... and form the product of the members of each group. 0
0, 2, 60, 3024, 240240, 27907200, 4475671200, 948964262400, 257256702743040, 86839771951296000, 35728290125079552000, 17602963463032472448000, 10233395250958706770944000, 6932022668773077815267328000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

Each group begins with a triangular number and proceeds until one short of the next triangular number.

Also, the number under the radical using Brahmagupta's formula for a n-sided cyclic quadrilateral with sides 1..n - Ben Thurston (benthurston27(AT)yahoo.com), Dec 05 2006

LINKS

Table of n, a(n) for n=0..13.

Nick's Mathematical Puzzles, Problem p10

FORMULA

(n (n + 3)/2)!/((n - 1)(n + 2)/2)!

(s-1)*(s-2)*...*(s-n) where s is the sum(n, n=0..i) - Ben Thurston (benthurston27(AT)yahoo.com), Dec 05 2006

MAPLE

m:=1; for i from 1 to 10 do m:=1; for j from 1 to i do m:= m*(sum(k, k = 0..i)-j); end do; print(m); end do; - Ben Thurston (benthurston27(AT)yahoo.com), Dec 05 2006

MATHEMATICA

Table[(n (n + 3)/2)!/((n - 1)(n + 2)/2)!, {n, 0, 15}]

CROSSREFS

Cf. A027480.

Sequence in context: A157059 A222652 A199643 * A173221 A082787 A078423

Adjacent sequences:  A056920 A056921 A056922 * A056924 A056925 A056926

KEYWORD

nonn

AUTHOR

Robert G. Wilson v, Sep 09 2000

STATUS

approved

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 May 25 17:45 EDT 2013. Contains 225647 sequences.