Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099903
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099903 Sum of all matrix elements of N x N matrix M(i,j) = i^3+j^3, (i,j = 1..n). a(n) = 1/2 * (n^3)*(n+1)^2. +0
8
2, 36, 216, 800, 2250, 5292, 10976, 20736, 36450, 60500, 95832, 146016, 215306, 308700, 432000, 591872, 795906, 1052676, 1371800, 1764000, 2241162, 2816396, 3504096, 4320000, 5281250, 6406452, 7715736, 9230816, 10975050, 12973500 (list; graph; listen)
OFFSET

1,1

COMMENT

Numerator of a(n)/n! - A099904(n).

Row sums of triangle A163283. [From Omar E. Pol (info(AT)polprimos.com), Jul 24 2009]

FORMULA

a(n) = Sum[Sum[(i^3+j^3), {i, 1, n}], {j, 1, n}]. a(n) = 1/2 * (n^3)*(n+1)^2.

EXAMPLE

a(3) = 1/2 * (2^3)*(2+1)^2 = 36

or

a(3) = (1^3+1^3) + (1^3+2^3) + (2^3+1^3) + (2^3+2^3) = 36.

MAPLE

a:=n->sum(sum(n^3/2, j=0..n), k=0..n): seq(a(n), n=1..30); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 09 2007

MATHEMATICA

Table[ Sum[i^3 + j^3, {i, n}, {j, n}], {n, 30}]

CROSSREFS

Cf. A099904, A019584, A098077.

Cf. A006002, A163274, A163283. [From Omar E. Pol (info(AT)polprimos.com), Jul 24 2009]

Sequence in context: A007757 A141217 A025531 this_sequence A074426 A082636 A035603

Adjacent sequences: A099900 A099901 A099902 this_sequence A099904 A099905 A099906

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Oct 29 2004

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