1
   

Pentagonal Numbers

 
 
RK4
 
Reply Sat 10 Sep, 2005 07:27 pm
Hi all! I'm considering the following number sequence (pentagonal numbers):

1, 5, 12, 22, . . .

I need to show that p_1 = 1 and p_k = p_(k-1) + (3k - 2) for k >= 2.

Then, I need to conclude that p_n = Sigma(3k - 2), where k runs from 1 to n.

Any input will be appreciated. Thanks!
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 560 • Replies: 3
No top replies

 
raprap
 
  1  
Reply Sun 11 Sep, 2005 05:09 am
Geometric Numbers

look at the pentagonal sequence, the difference between numbers, and then the differences between differences
1,5,12,22,35,51,70,..... becomes
1,4,7,10,13,16,19,.......this becomes
3,3,3,3,3......
so each number grows by a 4 and some multiple of 3.

returning to the sequence
1 P(1)=1
2 P(2)=5=1+4
3 P(3)=12=5+4+3
4 P(4)=22=12+4+3+3
5 P(5)=35=22+4+3+3+3
6 P(6)=51=22+4+(6-2)*3
7 P(7)=70=51+4+(7-2)*3
.
.
n P(n)=P(n-1)+4+(n-2)*3

and the difference between P(n) and P(n-1)?
[P(n)-P(n-1)]=4+(n-2)*3=4+3n-8=3n-5

So
P(n+1)=P(n)+3(n+1)-5

like triangular numbers
T(n)=n(n-1)/2

pentagonal numbers also end up in a series
P(n)=n(3n-1)/2

Rap
0 Replies
 
raprap
 
  1  
Reply Sun 11 Sep, 2005 08:53 am
I don't know how I thinking this morning

P(n)=P(n-1)+4+(n-2)*3 =P(n-1)+4+3n-6=p(n-1)+3n-2
so
P(n)-P(n-1)=3n-2

Rap
0 Replies
 
RK4
 
  1  
Reply Sun 11 Sep, 2005 01:52 pm
Thanks!
0 Replies
 
 

Related Topics

Evolution 101 - Discussion by gungasnake
Typing Equations on a PC - Discussion by Brandon9000
The Future of Artificial Intelligence - Discussion by Brandon9000
The well known Mind vs Brain. - Discussion by crayon851
Scientists Offer Proof of 'Dark Matter' - Discussion by oralloy
Blue Saturn - Discussion by oralloy
Bald Eagle-DDT Myth Still Flying High - Discussion by gungasnake
DDT: A Weapon of Mass Survival - Discussion by gungasnake
 
  1. Forums
  2. » Pentagonal Numbers
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.04 seconds on 06/22/2024 at 08:27:03