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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143081 A symmetrical triangle of coefficients based on A001147: a(n)=(2*n-1)*a(n-1); t(n,m)=a(n)^2/((2*n - 1)*a(m)*a(n - m)). 0
-1, 1, 1, 1, 3, 1, 3, 15, 15, 3, 15, 105, 175, 105, 15, 105, 945, 2205, 2205, 945, 105, 945, 10395, 31185, 43659, 31185, 10395, 945, 10395, 135135, 495495, 891891, 891891, 495495, 135135, 10395, 135135, 2027025, 8783775, 19324305, 24845535, 19324305, 8783775, 2027025, 135135, 2027025, 34459425 (list; graph; refs; listen; history; internal format)
OFFSET

1,5

COMMENTS

Row sums are:{-1, 2, 5, 36, 415, 6510, 128709, 3065832, 85386015, 2721425850, 97665121125}.

FORMULA

a(n)=(2*n-1)*a(n-1); t(n,m)=a(n)^2/((2*n - 1)*a(m)*a(n - m)).

EXAMPLE

{-1},

{1, 1},

{1, 3, 1},

{3, 15, 15, 3},

{15, 105, 175, 105, 15},

{105, 945, 2205, 2205, 945, 105},

{945, 10395, 31185, 43659, 31185, 10395, 945},

{10395, 135135, 495495, 891891, 891891, 495495, 135135, 10395},

{135135, 2027025, 8783775, 19324305, 24845535, 19324305, 8783775, 2027025, 135135},

{2027025, 34459425, 172297125, 447972525, 703956825, 703956825, 447972525, 172297125, 34459425, 2027025}, {34459425, 654729075, 3710131425, 11130394275,

20670732225, 25264228275, 20670732225, 11130394275, 3710131425, 654729075,

34459425}

MATHEMATICA

a[0] = 1; a[n_] := a[n] = (2*n - 1)*a[n - 1]; Table[Table[a[n]^2/((2*n - 1)*a[m]*a[n - m]), {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A001147.

Sequence in context: A204134 A001351 A173424 * A179658 A112811 A197272

Adjacent sequences:  A143078 A143079 A143080 * A143082 A143083 A143084

KEYWORD

uned,sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 15 2008

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 February 16 21:51 EST 2012. Contains 205978 sequences.