Sum of Products of N Natural Numbers

  • Context: MHB 
  • Thread starter Thread starter mathworker
  • Start date Start date
  • Tags Tags
    Sum
Click For Summary
SUMMARY

The discussion centers on deriving the general formula for the sum of products of N natural numbers, specifically for a set of consecutive natural numbers. The established formula is \( S_n = \frac{1}{24}n(n+1)(n+2)(3n+1) \), which can be proven through mathematical induction. The approach involves calculating the differences between successive sums \( S_n \) and \( S_{n-1} \) and simplifying the resulting expressions. The contributions from users, particularly Oplag, provided crucial insights into the derivation process.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with summation notation and series
  • Basic knowledge of polynomial expressions
  • Experience with combinatorial mathematics
NEXT STEPS
  • Study mathematical induction techniques in detail
  • Explore combinatorial identities and their applications
  • Learn about polynomial interpolation methods
  • Investigate advanced summation techniques and formulas
USEFUL FOR

Mathematicians, educators, students studying combinatorics, and anyone interested in deriving formulas for sums of products in natural number sets.

mathworker
Messages
110
Reaction score
0
If we are given with set of n natural numbers and asked to find the sum of all possible products of two number..
E.G:
{1,2,3} is given then ,
1*1+1*2+1*3+2*2+2*3+3*3=s
how to find the general formula of SUM for given n-tuple containing consecutive natural numbers not necessarily starts with 1 or at least first N natural numbers
 
Physics news on Phys.org
Re: sum of products of N

i tried with following approach ,
S=$$\sum n^2 + \sum n(n-1)...\sum n(n-(n-1))$$...
and tried finding sum by splitting terms but it gone wrong 'cause there are some negative terms which are meant to be ignored(Lipssealed)
 
Re: sum of products of N

mathworker said:
i tried with following approach ,
S=$$\sum n^2 + \sum n(n-1)...\sum n(n-(n-1))$$...
and tried finding sum by splitting terms but it gone wrong 'cause there are some negative terms which are meant to be ignored(Lipssealed)
You should be able to check that the formula for $S_n$ is $S_n = \frac1{24}n(n+1)(n+2)(3n+1)$. Prove this by induction, noting that to get from $S_n$ to $S_{n+1}$ you need to add the terms $(n+1)(1+2+\ldots+(n+1)).$
 
yeah i got from Opalgs idea,
$$Sn - S(n-1)=n(n(n+1))/2$$
$$S(n-1)-S(n-2)=(n-1)(n-1)n/2[/math]
and by canceling up to $$S_0$$
$$Sn = \sum n^2(n+1)/2$$
$$=n(n+1)(n+2)(3n+1)/24$$
thanks oplag...:D
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
879
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K