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!)
A146532 Triangle read by rows: a(n)=2^Floor[n/2]*Gamma[1 + Floor[n/2]]; t(n,m) = a[n]/(a[n - m]*a[m]). 0
1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 4, 2, 4, 1, 1, 1, 2, 2, 1, 1, 1, 6, 3, 12, 3, 6, 1, 1, 1, 3, 3, 3, 3, 1, 1, 1, 8, 4, 24, 6, 24, 4, 8, 1, 1, 1, 4, 4, 6, 6, 4, 4, 1, 1, 1, 10, 5, 40, 10, 60, 10, 40, 5, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The row sums are: {1, 2, 4, 4, 12, 8, 32, 16, 80, 32, 192}.
LINKS
FORMULA
a(n)=2^Floor[n/2]*Gamma[1 + Floor[n/2]]; t(n,m) = a[n]/(a[n - m]*a[m]).
EXAMPLE
{1}, {1, 1}, {1, 2, 1}, {1, 1, 1, 1}, {1, 4, 2, 4, 1}, {1, 1, 2, 2, 1, 1}, {1, 6, 3, 12, 3, 6, 1}, {1, 1, 3, 3, 3, 3, 1, 1}, {1, 8, 4, 24, 6, 24, 4, 8, 1}, {1, 1, 4, 4, 6, 6, 4, 4, 1, 1}, {1, 10, 5, 40, 10, 60, 10, 40, 5, 10, 1}
MATHEMATICA
Clear[a, n, t]; a[n_] = 2^Floor[n/2]*Gamma[1 + Floor[n/2]]; t[n_, m_] = a[n]/(a[n - m]*a[m]); Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]
CROSSREFS
Sequence in context: A135303 A036065 A082907 * A305720 A225372 A184879
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Oct 30 2008
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)