All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
An Odd Pyramid (Posted on 2003-10-14) Difficulty: 3 of 5
Consider the numerical pyramid below, formed by simply putting down the series of odd numbers into a pyramid.
           1
         3   5
       7   9   11
    13  15  17   19
      . . .
Find a formula for the sum of the numbers in the nth row, and prove it.

See The Solution Submitted by DJ    
Rating: 4.1667 (12 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Probably not that original | Comment 18 of 21 |
There are n elements in the nth row. The total number of elements in the previous n-1 rows is
n(n-1)/2; the first element in row n is the next odd number, given by 2(n(n-1)/2 +1)-1
i.e. n^2-n+1
Each odd number in the row increases by 2, giving a total of
n(n^2-n+1)+2(n(n-1)/2 = n^3-n^2-n+n^2-n = n^3


  Posted by DrBob on 2003-10-19 12:04:53
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (8)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information