Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129858
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129858 A triangle of coefficients based on A000217: a(n)=Binomial[n+2,2]; t(n,m)=a(n - m + 1)*a(m + 1) - a((n - m + 1)*(m + 1)). +0
1
6, 12, 12, 20, 21, 20, 30, 32, 32, 30, 42, 45, 45, 45, 42, 56, 60, 59, 59, 60, 56, 72, 77, 74, 72, 74, 77, 72, 90, 96, 90, 84, 84, 90, 96, 90, 110, 117, 107, 95, 90, 95, 107, 117, 110, 132, 140, 125, 105, 92, 92, 105, 125, 140, 132, 156, 165, 144, 114, 90, 81, 90, 114, 144 (list; table; graph; listen)
OFFSET

1,1

COMMENT

Row sums are:

{6, 24, 61, 124, 219, 350, 518, 720, 948, 1188, 1419}.

REFERENCES

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

FORMULA

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

EXAMPLE

{6},

{12, 12},

{20, 21, 20},

{30, 32, 32, 30},

{42, 45, 45, 45, 42},

{56, 60, 59, 59, 60, 56},

{72, 77, 74, 72, 74, 77, 72},

{90, 96, 90, 84, 84, 90, 96, 90},

{110, 117, 107, 95, 90, 95, 107, 117, 110},

{132, 140, 125, 105, 92, 92, 105, 125, 140, 132},

{156, 165, 144, 114, 90, 81, 90, 114, 144, 165, 156}

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_] = FullSimplify[a[n - m + 1]*a[m + 1] - a[(n - m + 1)*(m + 1)]]; Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A000217.

Sequence in context: A040030 A135462 A156386 this_sequence A061928 A070149 A055595

Adjacent sequences: A129855 A129856 A129857 this_sequence A129859 A129860 A129861

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research