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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141678 Symmetrical triangle of coefficients based on invert transform of A0001906: a(n) = Sum[k*a(n - k), {k, 1, n}] ( Invert transform); t(n,m)=a(n-m+1)*a(m+1). 0
1, 3, 3, 8, 9, 8, 21, 24, 24, 21, 55, 63, 64, 63, 55, 144, 165, 168, 168, 165, 144, 377, 432, 440, 441, 440, 432, 377, 987, 1131, 1152, 1155, 1155, 1152, 1131, 987, 2584, 2961, 3016, 3024, 3025, 3024, 3016, 2961, 2584, 6765, 7752, 7896, 7917, 7920, 7920, 7917 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Row sums are:

{1, 6, 25, 90, 300, 954, 2939, 8850, 26195, 76500, 221016}.

Notice that the interior of the triangle are relatively "flat" : smaller

variation than in most symmetrical triangles of this type.

FORMULA

a(n) = Sum[k*a(n - k), {k, 1, n}]; t(n,m)=a(n-m+1)*a(m+1).

EXAMPLE

{1},

{3, 3},

{8, 9, 8},

{21, 24, 24, 21},

{55, 63, 64, 63, 55},

{144, 165, 168, 168, 165, 144},

{377, 432, 440, 441, 440, 432, 377},

{987, 1131, 1152, 1155, 1155, 1152, 1131, 987},

{2584, 2961, 3016, 3024, 3025, 3024, 3016, 2961, 2584},

{6765, 7752, 7896, 7917, 7920, 7920, 7917, 7896, 7752, 6765},

{17711, 20295, 20672, 20727, 20735, 20736, 20735, 20727, 20672, 20295, 17711}

MATHEMATICA

Clear[a, n]; a[0] = 1; a[n_] := a[n] = Sum[k*a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 30}]; Table[Table[a[n - m + 1]*a[m + 1], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A001906.

Sequence in context: A094966 A095068 A021299 * A135477 A092549 A022663

Adjacent sequences:  A141675 A141676 A141677 * A141679 A141680 A141681

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 07 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 17 07:41 EST 2012. Contains 205998 sequences.