Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129855
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129855 A symmetrical triangle of coefficients based on A000217: a(n) = Binomial[n + 2, 2]; t(n,m)=a(n - m + 1)*a(m + 1). +0
1
9, 18, 18, 30, 36, 30, 45, 60, 60, 45, 63, 90, 100, 90, 63, 84, 126, 150, 150, 126, 84, 108, 168, 210, 225, 210, 168, 108, 135, 216, 280, 315, 315, 280, 216, 135, 165, 270, 360, 420, 441, 420, 360, 270, 165, 198, 330, 450, 540, 588, 588, 540, 450, 330, 198, 234 (list; table; graph; listen)
OFFSET

1,1

COMMENT

Row sums are:

{9, 36, 96, 210, 406, 720, 1197, 1892, 2871, 4212, 6006}.

REFERENCES

G. E. Andrews, Number Theory, 1971, Dover Publications New York, p 44.

FORMULA

a(n) = Binomial[n + 2, 2]; t(n,m)=a(n - m + 1)*a(m + 1).

EXAMPLE

{9},

{18, 18},

{30, 36, 30},

{45, 60, 60, 45},

{63, 90, 100, 90, 63},

{84, 126, 150, 150, 126, 84},

{108, 168, 210, 225, 210, 168, 108},

{135, 216, 280, 315, 315, 280, 216, 135},

{165, 270, 360, 420, 441, 420, 360, 270, 165},

{198, 330, 450, 540, 588, 588, 540, 450, 330, 198},

{234, 396, 550, 675, 756, 784, 756, 675, 550, 396, 234}

MATHEMATICA

Clear[a, n, m, t] (*A000217*) a[0] = 1; a[1] = 3; a[n_] := a[n] = Binomial[n + 2, 2]; Table[a[n], {n, 0, 30}]; t[n_, m_] = a[n - m + 1]*a[m + 1]; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A000217.

Sequence in context: A046125 A040072 A034728 this_sequence A158908 A060993 A107977

Adjacent sequences: A129852 A129853 A129854 this_sequence A129856 A129857 A129858

KEYWORD

nonn,tabl

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 23:50 EST 2009. Contains 170430 sequences.


AT&T Labs Research