Jump to content

Recommended Posts

Posted

I observe a relationship here.....

Binomial theorem depends on Pascal's triangle which goes as follows:

1

1 1

1 2 1

1 3 3 1

1 4 6 4 1

 

But, (11)^n also shows a similar sequence.

 

Is there any relationship between these two ?

Posted

Basically, this is because 11= 10+ 1. [math]11^2= (10+ 1)^2= 1(10^2)+ 2(10)(1)+ 1(1)= 100+ 20+ 1= 121[/math]. [math]11^3= (10+ 1)^3= 10^3+ 3(10^2)(1)+ 3(10)(1^2)+ 1^3= 100+ 300+ 30= 1= 1331[/math]. [math]11^4= 1(10^4)+ 4(10^3)(1)+ 6(10^2)(1^2)+ 6(10)(1^3)+ 1(1^4)= 10000+ 4000+ 600+ 40+ 1= 14641[/math]. it fails for n> 4 because the binomial coefficients then have more than 1 digit.

Posted

That calculation looks as if it might be independent of the numbering system, so would be valid in, say, hexadecimal. If so, I guess it would work there for n=5 and until a coefficient had more than 1 digit in hex.

Posted

Thanks Endy. It's really very helpful. I didn't knew that the Pascal's Triangle has so many interesting things.

 

Welcome. :)

 

Reminded me of a similar pattern seen in Lychrel numbers.

 

196 + 691 = 7 18 7 (887)

887 + 788 = 15 16 15 (1675)

1675 + 5761 = 6 13 13 6 (7436)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.